From: Carl Worth Date: Fri, 22 Oct 2010 19:04:41 +0000 (-0700) Subject: test: Fix add_email_corpus function to be quiet. X-Git-Tag: 0.4~74 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b97a763dc110f4bc74390e34acb29033c0c8bc90 test: Fix add_email_corpus function to be quiet. This simply avoids some unneeded noise in the "make test" output. --- 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 }