]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3200-branch.sh
t3200: cleanup cruft of a test
authorKaartic Sivaraam <kaarticsivaraam91196@gmail.com>
Thu, 17 Aug 2017 02:54:23 +0000 (08:24 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Aug 2017 19:51:37 +0000 (12:51 -0700)
commit93a6b3f234555006448bfbbaf5ecc3ea19faaa16
treef478da1874ab6fcc741bc8881bcf1a25393f895c
parentb3622a4ee94e4916cd05e6d96e41eeb36b941182
t3200: cleanup cruft of a test

Avoiding the clean up step of tests may help in some cases but in other
cases they cause the other unrelated tests to fail for unobvious reasons.
It's better to cleanup a few things to keep other tests from failing
as a result of it.

So, cleanup a cruft left behind by an old test in order for the changes that
are to be introduced to be independent of it.

Signed-off-by: Kaartic Sivaraam <kaarticsivaraam91196@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3200-branch.sh