summaryrefslogtreecommitdiff
path: root/tests/data/test310
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-08-18 00:18:54 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-08-18 00:18:54 +0000
commit5c59ee9488f8764c02992d9db3408af8ecb18e4d (patch)
treeaccfbd37e44885ae9f0116d20f06935503de3ac3 /tests/data/test310
parent9075195ec47384d2a87105fdb708960824554182 (diff)
downloadcurl-5c59ee9488f8764c02992d9db3408af8ecb18e4d.tar.gz
Pull the certificate files from the source directory. Ensure that the
certificate tests only run on a localhost-hosted test server since the host name is explicitly checked.
Diffstat (limited to 'tests/data/test310')
-rw-r--r--tests/data/test3106
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/data/test310 b/tests/data/test310
index 005f71310..15cdaf456 100644
--- a/tests/data/test310
+++ b/tests/data/test310
@@ -32,8 +32,12 @@ https Server-localhost-sv.pem
simple HTTPS GET
</name>
<command>
---cacert certs/EdelCurlRoot-ca.crt https://localhost:%HTTPSPORT/310
+--cacert %SRCDIR/certs/EdelCurlRoot-ca.crt https://localhost:%HTTPSPORT/310
</command>
+# Ensure that we're running on localhost because we're checking the host name
+<precheck>
+perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
+</precheck>
</client>
#