]> git.notmuchmail.org Git - notmuch/commitdiff
test: Fix add_email_corpus function to be quiet.
authorCarl Worth <cworth@cworth.org>
Fri, 22 Oct 2010 19:04:41 +0000 (12:04 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 22 Oct 2010 19:04:41 +0000 (12:04 -0700)
This simply avoids some unneeded noise in the "make test" output.

test/test-lib.sh

index 5f7fa14172efc7a01d5c337540f9e771f84811f9..f1b07cc415b85caf7150a6bb9531c323e6936fae 100644 (file)
@@ -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
 }