summaryrefslogtreecommitdiff
path: root/t/t9304-fast-import-marks.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9304-fast-import-marks.sh')
-rwxr-xr-xt/t9304-fast-import-marks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9304-fast-import-marks.sh b/t/t9304-fast-import-marks.sh
index 73f3ca2b11..a98ef032d9 100755
--- a/t/t9304-fast-import-marks.sh
+++ b/t/t9304-fast-import-marks.sh
@@ -16,7 +16,7 @@ test_expect_success 'setup large marks file' '
blob=$(git rev-parse HEAD:one.t) &&
for i in $(test_seq 1024 16384)
do
- echo ":$i $blob"
+ echo ":$i $blob" || return 1
done >>marks
'