X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT392-python-cffi-notmuch.sh;h=061612193cbe8d3f8373e7a4fe26bfddc9e41359;hb=HEAD;hp=15c8fc6bbe0b7dd76830df509678ebd35d235228;hpb=9e7ea628e6bddbd7345d053a3daf14af74896cc2;p=notmuch diff --git a/test/T392-python-cffi-notmuch.sh b/test/T392-python-cffi-notmuch.sh index 15c8fc6b..06161219 100755 --- a/test/T392-python-cffi-notmuch.sh +++ b/test/T392-python-cffi-notmuch.sh @@ -2,7 +2,7 @@ test_description="python bindings (notmuch test suite)" . $(dirname "$0")/test-lib.sh || exit 1 -if [ $NOTMUCH_HAVE_PYTHON3_CFFI -eq 0 -o $NOTMUCH_HAVE_PYTHON3_PYTEST -eq 0 ]; then +if [ "${NOTMUCH_HAVE_PYTHON3_CFFI-0}" = "0" -o "${NOTMUCH_HAVE_PYTHON3_PYTEST-0}" = "0" ]; then test_done fi