summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-09-18 17:58:02 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-09-18 17:58:02 -0700
commite41500ac190be71c033aaf57adabeb182c23feed (patch)
tree2f3bf76edbc5b2f8699832f17bcd4f2e5463ce51
parentMerge branch 'hn/refs-ref-log-only-bit' (diff)
parentt3200: clean side effect of git checkout --orphan (diff)
downloadtgif-e41500ac190be71c033aaf57adabeb182c23feed.tar.xz
Merge branch 'al/t3200-back-on-a-branch'
Test fix. * al/t3200-back-on-a-branch: t3200: clean side effect of git checkout --orphan
-rwxr-xr-xt/t3200-branch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh
index 4c0734157b..028c88d1b2 100755
--- a/t/t3200-branch.sh
+++ b/t/t3200-branch.sh
@@ -1287,6 +1287,7 @@ test_expect_success 'detect typo in branch name when using --edit-description' '
'
test_expect_success 'refuse --edit-description on unborn branch for now' '
+ test_when_finished "git checkout master" &&
write_script editor <<-\EOF &&
echo "New contents" >"$1"
EOF