summaryrefslogtreecommitdiff
path: root/t/t3006-ls-files-long.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t3006-ls-files-long.sh')
-rwxr-xr-xt/t3006-ls-files-long.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3006-ls-files-long.sh b/t/t3006-ls-files-long.sh
index 202ad65..e109c3f 100755
--- a/t/t3006-ls-files-long.sh
+++ b/t/t3006-ls-files-long.sh
@@ -29,7 +29,7 @@ test_expect_success 'overly-long path does not replace another by mistake' '
printf "$pat" "$blob_a" "$path_a" "$blob_z" "$path_z" |
git update-index --add --index-info &&
(
- echo "$path_a"
+ echo "$path_a" &&
echo "$path_z"
) >expect &&
git ls-files >actual &&