X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT150-tagging.sh;h=208b4b9806405e5c4e90b8d7f1af56afe6a4e412;hp=ac3f25399dc0e9024c8606c70805703355392ec6;hb=HEAD;hpb=f4dc32e71b6fbaca933e0c7edd6d08b65feed0ec 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'