t4015: simplify sed command that is not even seen by sed
commit05e9d907dd221953c35a2d19420d1f13c63f391e
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Nov 2013 18:11:15 +0000 (4 10:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Nov 2013 18:11:15 +0000 (4 10:11 -0800)
tree6148c35dad222e00c3527e757d3895b76c724704
parent53039ab15490d8f957f728cbe018e329924ad326
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>
t/t4015-diff-whitespace.sh