Skip to content

Commit

Permalink
t0022: replace non-portable literal CR
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Junio C Hamano committed Jan 26, 2010
1 parent c4f3f55 commit f4e6dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0022-crlf-rename.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit f4e6dcc

Please sign in to comment.