From: Junio C Hamano Date: Mon, 4 Nov 2013 18:11:15 +0000 (-0800) Subject: t4015: simplify sed command that is not even seen by sed X-Git-Tag: v1.8.5-rc1~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05e9d907dd221953c35a2d19420d1f13c63f391e;p=git t4015: simplify sed command that is not even seen by sed Noticed by Andreas Schwab; \ 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 --- diff --git a/t/t4015-diff-whitespace.sh b/t/t4015-diff-whitespace.sh index 0126154e08..604a838c1a 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 &&