X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT566-lib-message.sh;h=8b61d18215af0698803c0c0b4b4fab0762a6f3e4;hb=HEAD;hp=7f0e8eb00833124b14d58aaff8d42f0d6e320c81;hpb=1d5d0ae68689e7b1d6b974e275f19371250c4b25;p=notmuch diff --git a/test/T566-lib-message.sh b/test/T566-lib-message.sh index 7f0e8eb0..69051937 100755 --- a/test/T566-lib-message.sh +++ b/test/T566-lib-message.sh @@ -3,6 +3,10 @@ test_description="API tests for notmuch_message_*" . $(dirname "$0")/test-lib.sh || exit 1 +if [ -n "${NOTMUCH_TEST_INSTALLED}" ]; then + test_done +fi + add_email_corpus test_begin_subtest "building database"