test: Fix add_email_corpus function to be quiet.

This simply avoids some unneeded noise in the "make test" output.
This commit is contained in:
Carl Worth 2010-10-22 12:04:41 -07:00
parent 1a17faf48d
commit b97a763dc1

View 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
}