]> granicus.if.org Git - curl/commitdiff
Don't rely on shell support to run multiple precheck tests
authorDan Fandrich <dan@coneharvesters.com>
Mon, 13 Oct 2008 20:41:02 +0000 (20:41 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 13 Oct 2008 20:41:02 +0000 (20:41 +0000)
tests/data/test1083

index 4a21b9a433c979e5f755a40b2ae743ce725f26c8..e441278da4a05653a93724dac662092411d756e9 100644 (file)
@@ -39,7 +39,7 @@ HTTP-IPv6 GET with ip6-localhost --interface
 -g "http://%HOST6IP:%HTTP6PORT/1083" --interface ip6-localhost
 </command>
 <precheck>
-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';}"
 </precheck>
 </client>