]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5306-pack-nobase.sh
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / t5306-pack-nobase.sh
index f4931c0c2a4050ddbf3896bba643d8091ee47e2a..51973f4a512bf914ee0fb50d5472d050f241a2ed 100755 (executable)
@@ -12,7 +12,7 @@ test_description='git-pack-object with missing base
 #
 test_expect_success \
     'setup base' \
-    'for a in a b c d e f g h i; do echo $a >>text; done &&
+    'test_write_lines a b c d e f g h i >text &&
      echo side >side &&
      git update-index --add text side &&
      A=$(echo A | git commit-tree $(git write-tree)) &&