Skip to content

Commit 8bc1956

Browse files
committed
t9390: close link of broken &&-chain
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f1ee28d commit 8bc1956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9390-filter-repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ test_expect_success '--strip-blobs-with-ids' '
942942
! grep words/to ../filenames &&
943943
! grep capricious ../filenames &&
944944
! grep fickle ../filenames &&
945-
! grep mercurial ../filenames
945+
! grep mercurial ../filenames &&
946946
947947
# Remove the temporary auxiliary files
948948
rm ../bad-ids &&

0 commit comments

Comments
 (0)