aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test-lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-lib.sh')
-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
}