1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Don't rely on shell support to run multiple precheck tests

This commit is contained in:
Dan Fandrich 2008-10-13 20:41:02 +00:00
parent ae75462254
commit a102c2c22b

View File

@ -39,7 +39,7 @@ HTTP-IPv6 GET with ip6-localhost --interface
-g "http://%HOST6IP:%HTTP6PORT/1083" --interface ip6-localhost -g "http://%HOST6IP:%HTTP6PORT/1083" --interface ip6-localhost
</command> </command>
<precheck> <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> </precheck>
</client> </client>