aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-10-22 12:04:41 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-10-22 12:04:41 -0700
commitb97a763dc110f4bc74390e34acb29033c0c8bc90 (patch)
tree219c27e53824524e9d494d9e53becb80b5c5c46a /test
parent1a17faf48d548bc5e6dc1d25b4f63204d1b2eea7 (diff)
test: Fix add_email_corpus function to be quiet.
This simply avoids some unneeded noise in the "make test" output.
Diffstat (limited to 'test')
-rw-r--r--test/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
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
}