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:
Mark Nauwelaerts
2020-06-07 14:31:21 +02:00
parent 741b440fcc
commit 8b4bfe7e87

View File

@@ -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