diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-08 14:32:36 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-08 14:32:36 +0200 |
commit | a4aaa6293ed8c2038f0e4b5326c1e6c69df43874 (patch) | |
tree | aa19b2cd8ac166e441ec774f9cfae4ed0632a8ec /tests/openpgp-certs | |
parent | 6e9a10381c9f0580d24fab43014d2000f9d6d718 (diff) | |
download | gnutls-a4aaa6293ed8c2038f0e4b5326c1e6c69df43874.tar.gz |
Do not run the test scripts in win32 environment.
Diffstat (limited to 'tests/openpgp-certs')
-rwxr-xr-x | tests/openpgp-certs/testcerts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/openpgp-certs/testcerts b/tests/openpgp-certs/testcerts index ad090bd853..f9dbf23b5d 100755 --- a/tests/openpgp-certs/testcerts +++ b/tests/openpgp-certs/testcerts @@ -27,6 +27,10 @@ PORT="${PORT:-5557}" DEBUG="" unset RETCODE +if test "${WINDIR}" != "";then + exit 77 +fi + . ../scripts/common.sh echo "Checking OpenPGP certificate verification" |