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>maint
parent
c4f3f551a6
commit
f4e6dcc36c
|
@ -12,7 +12,7 @@ test_expect_success setup '
|
||||||
test_tick &&
|
test_tick &&
|
||||||
git commit -m Initial &&
|
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 &&
|
git add elpmas &&
|
||||||
rm -f sample &&
|
rm -f sample &&
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue