projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a17faf
)
test: Fix add_email_corpus function to be quiet.
author
Carl Worth
<cworth@cworth.org>
Fri, 22 Oct 2010 19:04:41 +0000
(12:04 -0700)
committer
Carl 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
patch
|
blob
|
history
diff --git
a/test/test-lib.sh
b/test/test-lib.sh
index 5f7fa14172efc7a01d5c337540f9e771f84811f9..f1b07cc415b85caf7150a6bb9531c323e6936fae 100644
(file)
--- 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
}