diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2011-05-07 12:10:04 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2011-05-23 14:55:27 -0700 |
commit | 04927208fa10cfa33d2ca93dfcb5ac95f25f55a1 (patch) | |
tree | 53b29581039d0f85cca328943b6749199cb8087a /test | |
parent | 7058ac2bbe426daeb6c0c7a6f65f4b0e14f8ceb2 (diff) |
test: force deletion of test remnants
This keeps the test from failing if only a subset of the remnants were
available for deletion, because e.g. only a subset of the tests were
run.
Diffstat (limited to 'test')
-rwxr-xr-x | test/notmuch-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notmuch-test b/test/notmuch-test index adc657d2..0ea4f4f7 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -54,4 +54,4 @@ done ./aggregate-results.sh test-results/* # Clean up -rm -r test-results corpus.mail +rm -rf test-results corpus.mail |