X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT220-reply.sh;h=120d7138d61809fd46cb724501bce921de13db87;hb=dfa43a19218ed46f677034ab7bf8b8907a327935;hp=207f578810133643491dad884fafb879a8e62312;hpb=e9ff896f8491e8780fcf7322436fc0c0575fe8f9;p=notmuch diff --git a/test/T220-reply.sh b/test/T220-reply.sh index 207f5788..120d7138 100755 --- a/test/T220-reply.sh +++ b/test/T220-reply.sh @@ -24,7 +24,7 @@ test_begin_subtest "Basic reply" notmuch reply id:${gen_msg_id} >OUTPUT 2>&1 && echo OK >> OUTPUT test_expect_equal_file basic.expected OUTPUT -if [ $NOTMUCH_HAVE_SFSEXP -eq 1 ]; then +if [ "${NOTMUCH_HAVE_SFSEXP-0}" = "1" ]; then test_begin_subtest "Basic reply (query=sexp)" notmuch reply --query=sexp "(id ${gen_msg_id})" >OUTPUT 2>&1 && echo OK >> OUTPUT