test1545: test doing curl_formadd twice with missing file

Reproduces #12410
Verifies the fix
Closes #12421
This commit is contained in:
Daniel Stenberg 2023-11-28 11:01:54 +01:00
parent 34e319954a
commit 07a3cd83e0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 96 additions and 2 deletions

38
tests/data/test1545 Normal file
View file

@ -0,0 +1,38 @@
<testcase>
<info>
<keywords>
HTTP
HTTP GET
</keywords>
</info>
#
# Server-side
<reply>
</reply>
# Client-side
<client>
<features>
form-api
</features>
<server>
http
</server>
# tool is what to use instead of 'curl'
<tool>
lib%TESTNUMBER
</tool>
<name>
use curl_formadd() data twice with unreadable file
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>