test1900: verify duphandle with HSTS using multiple files

Closes #12315
This commit is contained in:
Daniel Stenberg 2023-11-13 12:36:42 +01:00
parent 26e5424ca8
commit 7cb03229d9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 97 additions and 1 deletions

View file

@ -219,7 +219,7 @@ test1700 test1701 test1702 test1703 \
\
test1800 test1801 \
\
test1903 test1904 test1905 test1906 test1907 \
test1900 test1903 test1904 test1905 test1906 test1907 \
test1908 test1909 test1910 test1911 test1912 test1913 test1914 test1915 \
test1916 test1917 test1918 test1919 \
\

38
tests/data/test1900 Normal file
View file

@ -0,0 +1,38 @@
<testcase>
<info>
<keywords>
HTTP
HSTS
</keywords>
</info>
# Server-side
<reply>
</reply>
# Client-side
<client>
<features>
HSTS
http
</features>
<server>
none
</server>
<name>
HSTS curl_easy_duphandle
</name>
<tool>
lib%TESTNUMBER
</tool>
<command>
http://%HOSTIP:%NOLISTENPORT/not-there/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>