]> git.notmuchmail.org Git - notmuch/commit
test: Fix from/to search test queries
authorAustin Clements <amdragon@MIT.EDU>
Mon, 16 Jun 2014 02:40:30 +0000 (22:40 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 18 Jun 2014 20:53:29 +0000 (17:53 -0300)
commit8a443121c63ee38354cd8f657a1a308311faae9d
treeed7085168aa19ff320c6f5a9f2cabe7aaf28d10d
parentf0ad36cb7f400f476ada451b683e1d272de7353b
test: Fix from/to search test queries

Two of the search tests for "from" and "to" queries were clearly
trying to search for prefixed phrases, but forgot to shell quote the
phrases.  Fix this by quoting them correctly.
test/T080-search.sh