]> git.notmuchmail.org Git - notmuch/blobdiff - test/basic
test: Leave tmp.<testname> for broken tests
[notmuch] / test / basic
index 309779ca7f1573a5c5528073f6579b4a127d6bff..b4410f2a3fa5509f4c656c1f3179fafae98df0aa 100755 (executable)
@@ -71,6 +71,7 @@ output=$(cd ..; ./test-verbose -v 2>&1 | suppress_diff_date)
 expected=$(cat $EXPECTED/test-verbose-yes | suppress_diff_date)
 # Do not include the results of test-verbose in totals
 rm $TEST_DIRECTORY/test-results/test-verbose-*
 expected=$(cat $EXPECTED/test-verbose-yes | suppress_diff_date)
 # Do not include the results of test-verbose in totals
 rm $TEST_DIRECTORY/test-results/test-verbose-*
+rm -r $TEST_DIRECTORY/tmp.test-verbose
 test_expect_equal "$output" "$expected"
 
 
 test_expect_equal "$output" "$expected"