mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
test: Don't print 'nil' at the beginning of emacs-subject-to-filename
This commit is contained in:
parent
7a0813b72a
commit
8271272b54
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue