[PATCH] test: Don't print 'nil' at the beginning of emacs-subject-to-filename
Austin Clements
amdragon at MIT.EDU
Tue Nov 27 20:55:38 PST 2012
---
test/emacs-subject-to-filename | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/emacs-subject-to-filename b/test/emacs-subject-to-filename
index 43e1307..230c324 100755
--- a/test/emacs-subject-to-filename
+++ b/test/emacs-subject-to-filename
@@ -4,7 +4,7 @@ test_description="emacs: mail subject to filename"
. ./test-lib.sh
# emacs server can't be started in a child process with $(test_emacs ...)
-test_emacs '(ignore)'
+test_emacs '(ignore)' > /dev/null
# test notmuch-wash-subject-to-patch-sequence-number (subject)
test_begin_subtest "no patch sequence number"
--
1.7.10.4
More information about the notmuch
mailing list