X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT566-lib-message.sh;h=6905193788a4b22419897119d2e1d14d50c405bc;hb=cb309ae03af0dad4392b6a6d6dd7ddee8addc74b;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"