]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - test/test-lib.sh
test: Fix add_email_corpus function to be quiet.
[obsolete/notmuch-old] / 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
 }