]> git.ipfire.org Git - thirdparty/git.git/commit
t2018: cleanup in current test
authorDenton Liu <liu.denton@gmail.com>
Sat, 27 Apr 2019 12:02:19 +0000 (05:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2019 04:23:10 +0000 (13:23 +0900)
commit27434bf08c6c7c065e6323e8aa3f285d8f345e83
tree9631faf805c9432ffbae76415933c7d86e8cf75d
parentaeb582a98374c094361cba1bd756dc6307432c42
t2018: cleanup in current test

Before, in t2018, if do_checkout failed to create `branch2`, the next
test-case would run `git branch -D branch2` but then fail because it was
expecting `branch2` to exist, even though it doesn't. As a result, an
early failure could cause a cascading failure of tests.

Make test-case responsible for cleaning up their own branches so that
future tests can start with a sane environment.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2018-checkout-branch.sh