From: Jameson Graef Rollins Date: Sat, 7 May 2011 19:10:04 +0000 (-0700) Subject: test: force deletion of test remnants X-Git-Tag: 0.6rc1~155 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/04927208fa10cfa33d2ca93dfcb5ac95f25f55a1 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. --- 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