Skip to content

Commit 05e9d90

Browse files
committed
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 <[email protected]>
1 parent 53039ab commit 05e9d90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t4015-diff-whitespace.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ test_expect_success 'ignore-blank-lines: only new lines' '
146146
test_seq 5 >x &&
147147
git update-index x &&
148148
test_seq 5 | sed "/3/i\\
149-
\
150149
" >x &&
151150
git diff --ignore-blank-lines >out &&
152151
>expect &&

0 commit comments

Comments
 (0)