1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-11 10:28:26 +02:00

t0022: replace non-portable literal CR

We shouldn't have literal CR's in tests as they aren't portable.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Stephen Boyd 2010-01-25 16:33:58 -08:00 committed by Junio C Hamano
parent c4f3f551a6
commit f4e6dcc36c

View File

@ -12,7 +12,7 @@ test_expect_success setup '
test_tick &&
git commit -m Initial &&
sed -e "s/\$/ /" "$TEST_DIRECTORY"/t0022-crlf-rename.sh >elpmas &&
append_cr <"$TEST_DIRECTORY"/t0022-crlf-rename.sh >elpmas &&
git add elpmas &&
rm -f sample &&