Skip to content

Commit

Permalink
Merge branch 'pb/trim-trailing-spaces'
Browse files Browse the repository at this point in the history
* pb/trim-trailing-spaces:
  t0008: do not depend on 'echo' handling backslashes specially
  • Loading branch information
gitster committed Jun 25, 2014
2 parents b47761d + 97c1364 commit 35869f4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions t/t0008-ignores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -816,12 +816,14 @@ test_expect_success NOT_MINGW,NOT_CYGWIN 'correct handling of backslashes' '
>"whitespace/trailing 5 \\ \\ " &&
>"whitespace/trailing 6 \\a\\" &&
>whitespace/untracked &&
echo "whitespace/trailing 1 \\ " >ignore &&
echo "whitespace/trailing 2 \\\\\\\\\\\\\\\\" >>ignore &&
echo "whitespace/trailing 3 \\\\\\\\\\\\\\\\ " >>ignore &&
echo "whitespace/trailing 4 \\\\\\\\\\\\ " >>ignore &&
echo "whitespace/trailing 5 \\\\\\\\ \\\\\\\\\\\\ " >>ignore &&
echo "whitespace/trailing 6 \\\\\\\\a\\\\\\\\" >>ignore &&
sed -e "s/Z$//" >ignore <<-\EOF &&
whitespace/trailing 1 \ Z
whitespace/trailing 2 \\\\Z
whitespace/trailing 3 \\\\ Z
whitespace/trailing 4 \\\ Z
whitespace/trailing 5 \\ \\\ Z
whitespace/trailing 6 \\a\\Z
EOF
echo whitespace/untracked >expect &&
>err.expect &&
git ls-files -o -X ignore whitespace >actual 2>err &&
Expand Down

0 comments on commit 35869f4

Please sign in to comment.