summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTommy Nguyen <remyabel@gmail.com>2018-08-16 07:10:25 -0400
committerTommy Nguyen <remyabel@gmail.com>2018-08-16 07:17:47 -0400
commit74d81ae0806c87da8b9e504dd581c574e7396ee3 (patch)
tree68623f74caff7d645176978457d1b1bd2a1311e2 /test
parent3a31b84d1ab8a99ae04ebb6c17ca26710182b724 (diff)
[rebase] Fix errors; update dependencies
Argument must be []byte not string Don't commit bomtest.txt
Diffstat (limited to 'test')
-rw-r--r--test/repos/bom.sh3
1 files changed, 2 insertions, 1 deletions
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 <<EOT >> bomtest.txt A,B,C,D,E
+cat <<EOT >> bomtest.txt
+A,B,C,D,E
F,G,H,I,J
K,L,M,N,O
P,Q,R,S,T