Skip to content

Commit 7235704

Browse files
drafnelgitster
authored andcommitted
t4118: add missing '&&'
Signed-off-by: Brandon Casey <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0b05dc2 commit 7235704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4118-apply-empty-context.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test_expect_success setup '
2020
cat file1 &&
2121
echo Q | tr -d "\\012"
2222
} >file2 &&
23-
cat file2 >file2.orig
23+
cat file2 >file2.orig &&
2424
git add file1 file2 &&
2525
sed -e "/^B/d" <file1.orig >file1 &&
2626
sed -e "/^[BQ]/d" <file2.orig >file2 &&

0 commit comments

Comments
 (0)