Browse Source

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
Stephen Boyd 15 years ago committed by Junio C Hamano
parent
commit
f4e6dcc36c
  1. 2
      t/t0022-crlf-rename.sh

2
t/t0022-crlf-rename.sh

@ -12,7 +12,7 @@ test_expect_success setup ' @@ -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 &&


Loading…
Cancel
Save