diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2020-02-04 22:30:10 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2020-02-04 23:02:07 +0000 |
commit | 05169ee13227f91e656e715cfc831d416447e39f (patch) | |
tree | 890303d36d32360a13f4d433c7fd7daeb5690b74 /tests/crypto.tests | |
parent | 422a74df58301a13f20d09f2337c9efe6020508b (diff) | |
download | tcpdump-05169ee13227f91e656e715cfc831d416447e39f.tar.gz |
address some nits after the TESTrun storm
Remove a stray .md file and restore some comments from the removed .sh
files so future folk can see where the conditional tests come from, not
just the mere fact of their existence. Remove the unused fragile shebang
from testfuncs.pm.
[skip ci]
Diffstat (limited to 'tests/crypto.tests')
-rw-r--r-- | tests/crypto.tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/crypto.tests b/tests/crypto.tests index f0ab6f3c..dc16edbd 100644 --- a/tests/crypto.tests +++ b/tests/crypto.tests @@ -1,5 +1,8 @@ # -*- perl -*- +# Only attempt OpenSSL-specific tests when compiled with the library. +# Reading the secret(s) from a file does not work with Capsicum. + $testlist = [ { config_set => 'HAVE_LIBCRYPTO', |