On Wed, Dec 05 2012, Jani Nikula <[email protected]> wrote: > diff --git a/test/count b/test/count > index 300b171..ecae40e 100755 > --- a/test/count > +++ b/test/count > @@ -6,6 +6,11 @@ add_email_corpus > > SEARCH="\"*\"" > > +test_begin_subtest "check the query" > +test_expect_equal \ > + "`notmuch count ${SEARCH}`" \ > + "`notmuch count '*'`" > +
Maybe it would actually be beneficial to add something along the lines of:
test_begin_subtest "check the query"
test_expect_not_equal \
"`notmuch count '*'`" \
0
--
Best regards, _ _
.o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o
..o | Computer Science, Michał “mina86” Nazarewicz (o o)
ooo +----<email/xmpp: [email protected]>--------------ooO--(_)--Ooo--
pgpchBPbVudEv.pgp
Description: PGP signature
_______________________________________________ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
