Signed-off-by: Kaartic Sivaraam <[email protected]>
---
t/t2018-checkout-branch.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/t/t2018-checkout-branch.sh b/t/t2018-checkout-branch.sh
index 2131fb2a5682c..e0a52334a22dd 100755
--- a/t/t2018-checkout-branch.sh
+++ b/t/t2018-checkout-branch.sh
@@ -192,7 +192,6 @@ test_expect_success 'checkout -b <describe>' '
test_expect_success 'checkout -B to the current branch works' '
git checkout branch1 &&
git checkout -B branch1-scratch &&
-
setup_dirty_mergeable &&
git checkout -B branch1-scratch initial &&
test_dirty_mergeable
--
https://github.com/git/git/pull/403