Skip to content

Commit f10b7fc

Browse files
committed
t5505: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2f9ae5f commit f10b7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5505-remote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ test_expect_success 'fetch mirrors do not act as mirrors during push' '
345345
) &&
346346
(cd mirror-fetch/child &&
347347
git branch -m renamed renamed2 &&
348-
git push parent
348+
git push parent :
349349
) &&
350350
(cd mirror-fetch/parent &&
351351
git rev-parse --verify renamed &&

0 commit comments

Comments
 (0)