X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=test%2FT150-tagging.sh;fp=test%2FT150-tagging.sh;h=273c0af35927e092c37b7a9c47cacfc9b8aaac89;hb=dfa43a19218ed46f677034ab7bf8b8907a327935;hp=ac3f25399dc0e9024c8606c70805703355392ec6;hpb=e9ff896f8491e8780fcf7322436fc0c0575fe8f9;p=notmuch diff --git a/test/T150-tagging.sh b/test/T150-tagging.sh index ac3f2539..273c0af3 100755 --- a/test/T150-tagging.sh +++ b/test/T150-tagging.sh @@ -328,7 +328,7 @@ test_expect_equal "$output" "A Xapian exception occurred opening database" add_email_corpus -if [ $NOTMUCH_HAVE_SFSEXP -eq 1 ]; then +if [ "${NOTMUCH_HAVE_SFSEXP-0}" = "1" ]; then test_query_syntax '(and "wonderful" "wizard")' 'wonderful and wizard' test_query_syntax '(or "php" "wizard")' 'php or wizard'