From 8b4bfe7e87f91e86449b7230f152888a72880ad8 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sun, 7 Jun 2020 14:31:21 +0200 Subject: [PATCH] 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. --- test/main.t | 1 - 1 file changed, 1 deletion(-) diff --git a/test/main.t b/test/main.t index 422a14a..34045ce 100755 --- a/test/main.t +++ b/test/main.t @@ -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