From 74d81ae0806c87da8b9e504dd581c574e7396ee3 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen Date: Thu, 16 Aug 2018 07:10:25 -0400 Subject: [rebase] Fix errors; update dependencies Argument must be []byte not string Don't commit bomtest.txt --- test/repos/bom.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/repos/bom.sh b/test/repos/bom.sh index f198e8c29..9599f80e6 100644 --- a/test/repos/bom.sh +++ b/test/repos/bom.sh @@ -3,7 +3,8 @@ set -ex; rm -rf repo; mkdir repo; cd repo git init -cat <> bomtest.txt A,B,C,D,E +cat <> bomtest.txt +A,B,C,D,E F,G,H,I,J K,L,M,N,O P,Q,R,S,T -- cgit v1.2.3