test1517: replace custom check with feature check

This commit is contained in:
Viktor Szakats 2025-08-20 20:09:18 +02:00
parent 833c0e73d4
commit 8cf548b8ed
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 5 additions and 17 deletions

View file

@ -43,18 +43,17 @@ http
<tool>
lib%TESTNUMBER
</tool>
# precheck is a command line to run before the test, to see if we can execute
# the test or not
<precheck>
%LIBTESTS lib%TESTNUMBER check
</precheck>
<name>
HTTP POST, server responds before completed send
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
<features>
# Windows TCP does not deliver response data but reports CONNABORTED
!cygwin
!win32
</features>
</client>
#