From b97a763dc110f4bc74390e34acb29033c0c8bc90 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 22 Oct 2010 12:04:41 -0700 Subject: [PATCH] test: Fix add_email_corpus function to be quiet. This simply avoids some unneeded noise in the "make test" output. --- test/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index 5f7fa141..f1b07cc4 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -377,7 +377,7 @@ add_email_corpus () cp -a ../corpus.mail ${MAIL_DIR} else cp -a ../corpus ${MAIL_DIR} - notmuch new + notmuch new >/dev/null cp -a ${MAIL_DIR} ../corpus.mail fi } -- 2.43.0