summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-08 14:32:36 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-08 14:32:36 +0200
commita4aaa6293ed8c2038f0e4b5326c1e6c69df43874 (patch)
treeaa19b2cd8ac166e441ec774f9cfae4ed0632a8ec /tests
parent6e9a10381c9f0580d24fab43014d2000f9d6d718 (diff)
downloadgnutls-a4aaa6293ed8c2038f0e4b5326c1e6c69df43874.tar.gz
Do not run the test scripts in win32 environment.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dsa/testdsa4
-rwxr-xr-xtests/openpgp-certs/testcerts4
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/dsa/testdsa b/tests/dsa/testdsa
index f0840556f5..e8e782b680 100755
--- a/tests/dsa/testdsa
+++ b/tests/dsa/testdsa
@@ -27,6 +27,10 @@ PORT="${PORT:-5559}"
DEBUG=""
unset RETCODE
+if test "${WINDIR}" != "";then
+ exit 77
+fi
+
. ../scripts/common.sh
echo "Checking various DSA key sizes"
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"