mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-02 01:25:49 +01:00
test: drop check on master in push mode
... since master is picked semi-random (implementation defined) in case of multiple default branch tips This mainly affects push mode since a preceding command succeeds partially (and therefore affect the random), whereas the preceding fails completely in non-push mode.
This commit is contained in:
@@ -755,7 +755,6 @@ test_expect_success 'remote big push non fast forward' '
|
||||
# so it will already have pushed some above previously
|
||||
# (and master is a fake one that jumps around a bit)
|
||||
check_push 1 --all <<-\EOF
|
||||
master:non-fast-forward
|
||||
bad_bmark:non-fast-forward
|
||||
branches/bad_branch:non-fast-forward
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user