test: make unittest 1308 into a libtest

Test 1308 was wrongly marked a unit test when in reality it is a
libtest.

Closes #16891
This commit is contained in:
Daniel Stenberg 2025-04-01 09:18:33 +02:00
parent 202a333e4d
commit 1d84d683bb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 18 additions and 31 deletions

View file

@ -1,7 +1,6 @@
<testcase>
<info>
<keywords>
unittest
curl_formadd
curl_formget
FORM
@ -12,7 +11,6 @@ FORM
# Client-side
<client>
<features>
unittest
http
form-api
</features>
@ -20,8 +18,11 @@ form-api
none
</server>
<name>
formpost unit tests
formpost tests
</name>
<tool>
lib%TESTNUMBER
</tool>
<command>
%LOGDIR/test-%TESTNUMBER
</command>