From: Jameson Graef Rollins Date: Sat, 7 May 2011 19:10:04 +0000 (-0700) Subject: test: force deletion of test remnants X-Git-Tag: debian/0.6_254~138 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=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