X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT391-python-cffi.sh;fp=test%2FT391-python-cffi.sh;h=0059b050c718a1452ae994e32d605d370e18c65b;hp=0ef9e0d3c0604ca5f86f2d59180a85cd0c977a65;hb=ec26eeaeec87781dee7dbf720103a5bc9b6bba5d;hpb=73f3081160fb80345f3953cbdeba340975375325 diff --git a/test/T391-python-cffi.sh b/test/T391-python-cffi.sh index 0ef9e0d3..0059b050 100755 --- a/test/T391-python-cffi.sh +++ b/test/T391-python-cffi.sh @@ -2,6 +2,10 @@ test_description="python bindings (pytest)" . $(dirname "$0")/test-lib.sh || exit 1 +if [ -n "${NOTMUCH_TEST_INSTALLED-}" ]; then + test_done +fi + if [ "${NOTMUCH_HAVE_PYTHON3_CFFI-0}" = "0" -o "${NOTMUCH_HAVE_PYTHON3_PYTEST-0}" = "0" ]; then test_done fi