summaryrefslogtreecommitdiff
path: root/t/t4015-diff-whitespace.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-04 18:11:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-11-04 18:11:15 (GMT)
commit05e9d907dd221953c35a2d19420d1f13c63f391e (patch)
tree6148c35dad222e00c3527e757d3895b76c724704 /t/t4015-diff-whitespace.sh
parent53039ab15490d8f957f728cbe018e329924ad326 (diff)
downloadgit-05e9d907dd221953c35a2d19420d1f13c63f391e.zip
git-05e9d907dd221953c35a2d19420d1f13c63f391e.tar.gz
git-05e9d907dd221953c35a2d19420d1f13c63f391e.tar.bz2
t4015: simplify sed command that is not even seen by sed
Noticed by Andreas Schwab; \<LF> inside a double quotes pair is eaten by the shell to become an empty string and is not doing anything. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4015-diff-whitespace.sh')
-rwxr-xr-xt/t4015-diff-whitespace.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t4015-diff-whitespace.sh b/t/t4015-diff-whitespace.sh
index 0126154..604a838 100755
--- a/t/t4015-diff-whitespace.sh
+++ b/t/t4015-diff-whitespace.sh
@@ -146,7 +146,6 @@ test_expect_success 'ignore-blank-lines: only new lines' '
test_seq 5 >x &&
git update-index x &&
test_seq 5 | sed "/3/i\\
-\
" >x &&
git diff --ignore-blank-lines >out &&
>expect &&