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 <newren@gmail.com>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Derrick Stolee 2021-07-14 13:12:27 +00:00 committed by Junio C Hamano
parent 47410778fb
commit 3d814b5dc0

View File

@ -40,7 +40,7 @@ test_expect_success 'setup' '
done &&
git checkout -b rename-base base &&
echo >folder1/larger-content <<-\EOF &&
cat >folder1/larger-content <<-\EOF &&
matching
lines
help