From: Dan Fandrich Date: Mon, 13 Oct 2008 20:41:02 +0000 (+0000) Subject: Don't rely on shell support to run multiple precheck tests X-Git-Tag: curl-7_19_1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a102c2c22b2764359334f69a9f41174a0f303cab;p=thirdparty%2Fcurl.git Don't rely on shell support to run multiple precheck tests --- diff --git a/tests/data/test1083 b/tests/data/test1083 index 4a21b9a433..e441278da4 100644 --- a/tests/data/test1083 +++ b/tests/data/test1083 @@ -39,7 +39,7 @@ HTTP-IPv6 GET with ip6-localhost --interface -g "http://%HOST6IP:%HTTP6PORT/1083" --interface ip6-localhost -perl -e "print 'Test requires default test server host address' if ( '%CLIENT6IP' ne '[::1]' );" && ./server/resolve --ipv6 ip6-localhost +perl -e "if ('%CLIENT6IP' ne '[::1]') {print 'Test requires default test server host address';} else {exec './server/resolve --ipv6 ip6-localhost'; print 'Cannot run precheck resolve';}"