mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
test: add missing quotes in maildir-sync test.
Oops. ';' is significant in the shell. Who knew.
This commit is contained in:
parent
9836a8f42b
commit
e1f9ab4849
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ test_expect_equal "$(cd $MAIL_DIR/cur/; ls non-compliant*)" "non-compliant-maild
|
|||
|
||||
test_begin_subtest "Files in new/ get default synchronized tags"
|
||||
OLDCONFIG=$(notmuch config get new.tags)
|
||||
notmuch config set new.tags test;unread
|
||||
notmuch config set new.tags "test;unread"
|
||||
add_message [subject]='"File in new/"' [dir]=new [filename]='file-in-new'
|
||||
notmuch config set new.tags $OLDCONFIG
|
||||
notmuch search 'subject:"File in new"' | notmuch_search_sanitize > output
|
||||
|
|
Loading…
Reference in a new issue