Skip to content

Commit 93912fd

Browse files
committed
t5517: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0a42ac0 commit 93912fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5517-push-mirror.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ test_expect_success 'remote.foo.mirror=no has no effect' '
256256
git branch keep master &&
257257
git push --mirror up &&
258258
git branch -D keep &&
259-
git push up
259+
git push up :
260260
) &&
261261
(
262262
cd mirror &&

0 commit comments

Comments
 (0)