modernize t9300: use test_when_finished for clean-up
commit93e911f5ae0b262fc63898790ab40f2306fd5395
authorJohannes Sixt <j6t@kdbg.org>
Thu, 19 Nov 2015 19:09:47 +0000 (19 20:09 +0100)
committerJeff King <peff@peff.net>
Fri, 20 Nov 2015 13:02:06 +0000 (20 08:02 -0500)
tree22d83c8d0330c47fc553de83a30643fbaa59275c
parentec2c10bef8e4a586935d350afd06a421bd7d2f80
modernize t9300: use test_when_finished for clean-up

A number of clean-ups of test cases are performed outside of
test_expect_success. Replace these cases by using test_when_finished.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Jeff King <peff@peff.net>
t/t9300-fast-import.sh