Skip to content

Commit 2f9ae5f

Browse files
committed
t5404: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3e293fb commit 2f9ae5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t5404-tracking-branches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test_expect_success 'prepare pushable branches' '
3636
'
3737

3838
test_expect_success 'mixed-success push returns error' '
39-
test_must_fail git push
39+
test_must_fail git push origin :
4040
'
4141

4242
test_expect_success 'check tracking branches updated correctly after push' '

0 commit comments

Comments
 (0)