From 3a31b84d1ab8a99ae04ebb6c17ca26710182b724 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen Date: Thu, 16 Aug 2018 02:00:34 -0400 Subject: add BOM test generator --- test/repos/bom.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/repos/bom.sh (limited to 'test') diff --git a/test/repos/bom.sh b/test/repos/bom.sh new file mode 100644 index 000000000..f198e8c29 --- /dev/null +++ b/test/repos/bom.sh @@ -0,0 +1,12 @@ +#!/bin/bash +set -ex; rm -rf repo; mkdir repo; cd repo + +git init + +cat <> bomtest.txt A,B,C,D,E +F,G,H,I,J +K,L,M,N,O +P,Q,R,S,T +U,V,W,X,Y +Z,1,2,3,4 +EOT -- cgit v1.2.3