mirror of
https://github.com/curl/curl.git
synced 2026-06-10 07:44:14 +03:00
test1056: replace perl precheck with feature check
This commit is contained in:
parent
3d719ca463
commit
833c0e73d4
1 changed files with 2 additions and 3 deletions
|
|
@ -49,6 +49,8 @@ body
|
|||
# to skip those.
|
||||
<features>
|
||||
IPv6
|
||||
# Test is not supported on the Windows kernel
|
||||
!cygwin
|
||||
!win32
|
||||
</features>
|
||||
<server>
|
||||
|
|
@ -61,9 +63,6 @@ HTTP follow redirect from IPv4 to IPv6 with scope
|
|||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/are/all/twits/%TESTNUMBER -L
|
||||
</command>
|
||||
<precheck>
|
||||
%PERL -e "print 'Test is not supported on the Windows kernel' if($^O eq 'MSWin32' || $^O eq 'msys' || $^O eq 'cygwin');"
|
||||
</precheck>
|
||||
</client>
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue