]> git.notmuchmail.org Git - notmuch/blobdiff - test/T391-python-cffi.sh
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / test / T391-python-cffi.sh
index 0ef9e0d3c0604ca5f86f2d59180a85cd0c977a65..0059b050c718a1452ae994e32d605d370e18c65b 100755 (executable)
@@ -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