]> git.notmuchmail.org Git - notmuch/blobdiff - test/basic
test: add crypto tests for signature verification and decryption
[notmuch] / test / basic
index a8d1f1d21800dcac97e888781fdcb04c94f234be..808c96876238f1d26d9afe7dbfb9029bb5c8b1b1 100755 (executable)
@@ -57,7 +57,10 @@ available=$(ls -1 ../ | \
     sed -r -e "/^(aggregate-results.sh|Makefile|Makefile.local|notmuch-test)/d" \
           -e "/^(README|test-lib.sh|test-lib.el|test-results|tmp.*|valgrind|corpus*)/d" \
           -e "/^(emacs.expected-output|smtp-dummy|smtp-dummy.c|test-verbose)/d" \
-          -e "/^(test.expected-output|.*~)/d" | sort)
+          -e "/^(test.expected-output|.*~)/d" \
+          -e "/^(gnupg-secret-key.asc)/d" \
+          -e "/^(gnupg-secret-key.NOTE)/d" \
+          | sort)
 test_expect_equal "$tests_in_suite" "$available"
 
 EXPECTED=../test.expected-output