From 8271272b54d8e9f95825faa19f583ffcae280ff7 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 27 Nov 2012 23:55:38 -0500 Subject: [PATCH] test: Don't print 'nil' at the beginning of emacs-subject-to-filename --- 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 43e13076..230c324d 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" -- 2.43.0