[PATCH] test: Don't print 'nil' at the beginning of emacs-subject-to-filename

Subject: [PATCH] test: Don't print 'nil' at the beginning of emacs-subject-to-filename

Date: Tue, 27 Nov 2012 23:55:38 -0500

To: notmuch@notmuchmail.org

Cc:

From: Austin Clements


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


Thread: