diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-08-27 21:33:41 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-08-27 21:35:24 +0200 |
commit | 2bae8712f8f3414167025c1faf9f118fb313a409 (patch) | |
tree | 148c2c30b8786a5e39b6e7119a61d6ed1d0e5a90 /t.x509_name_match | |
parent | 8d10076819e41620147013c8446809c085b1e0bf (diff) | |
download | fetchmail-2bae8712f8f3414167025c1faf9f118fb313a409.tar.gz fetchmail-2bae8712f8f3414167025c1faf9f118fb313a409.tar.bz2 fetchmail-2bae8712f8f3414167025c1faf9f118fb313a409.zip |
Add self-test for X.509 name matching.
Diffstat (limited to 't.x509_name_match')
-rwxr-xr-x | t.x509_name_match | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t.x509_name_match b/t.x509_name_match new file mode 100755 index 00000000..87af1f8d --- /dev/null +++ b/t.x509_name_match @@ -0,0 +1,2 @@ +#! /bin/sh +exec ./x509_name_match ${TEST_VERBOSE:+-v} |