Skip to content

Commit 3d814b5

Browse files
derrickstoleegitster
authored andcommitted
t1092: replace incorrect 'echo' with 'cat'
This fixes the test data shape to be as expected, allowing rename detection to work properly now that the 'larger-content' file actually has meaningful lines. Reviewed-by: Elijah Newren <[email protected]> Signed-off-by: Derrick Stolee <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4741077 commit 3d814b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1092-sparse-checkout-compatibility.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test_expect_success 'setup' '
4040
done &&
4141
4242
git checkout -b rename-base base &&
43-
echo >folder1/larger-content <<-\EOF &&
43+
cat >folder1/larger-content <<-\EOF &&
4444
matching
4545
lines
4646
help

0 commit comments

Comments
 (0)