Skip to content

Commit 76bbcd4

Browse files
jrngitster
authored andcommitted
t2105 (gitfile): add missing &&
Make sure early failures are not masked by later successes. Signed-off-by: Jonathan Nieder <[email protected]> Acked-by: Brad King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dbedf8b commit 76bbcd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2105-update-index-gitfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test_expect_success 'submodule with absolute .git file' '
1313
(cd sub1 &&
1414
git init &&
1515
REAL="$(pwd)/.real" &&
16-
mv .git "$REAL"
16+
mv .git "$REAL" &&
1717
echo "gitdir: $REAL" >.git &&
1818
test_commit first)
1919
'

0 commit comments

Comments
 (0)