From 04927208fa10cfa33d2ca93dfcb5ac95f25f55a1 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 7 May 2011 12:10:04 -0700 Subject: [PATCH] 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. --- test/notmuch-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0