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 &&