diff options
| author | David Bremner <david@tethera.net> | 2017-08-08 12:35:07 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-08-16 21:48:51 -0300 |
| commit | e1f9ab4849917ab8d39e9517e0f7c56d438e4188 (patch) | |
| tree | e3c4b5c6eb83548521a8c2dba8a2c475aacfb024 | |
| parent | 9836a8f42bf83d57950f670e69d72854ee5e063b (diff) | |
test: add missing quotes in maildir-sync test.
Oops. ';' is significant in the shell. Who knew.
| -rwxr-xr-x | test/T340-maildir-sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T340-maildir-sync.sh b/test/T340-maildir-sync.sh index 8024d86f..2041e1a0 100755 --- a/test/T340-maildir-sync.sh +++ b/test/T340-maildir-sync.sh @@ -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 |
