X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT391-python-cffi.sh;h=0059b050c718a1452ae994e32d605d370e18c65b;hb=HEAD;hp=0ef9e0d3c0604ca5f86f2d59180a85cd0c977a65;hpb=dfa43a19218ed46f677034ab7bf8b8907a327935;p=notmuch 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