xref: /curl/tests/data/test456 (revision 70f1b540)
1<testcase>
2<info>
3<keywords>
4HTTP
5variables
6</keywords>
7</info>
8
9#
10# Client-side
11<client>
12<server>
13http
14</server>
15<name>
16Variable output starting with null byte
17</name>
18<file name="%LOGDIR/junk">
19%hex[%00]hex%hello
20</file>
21<command>
22http://%HOSTIP:%HTTPPORT/%TESTNUMBER --variable what@%LOGDIR/junk --expand-data "{{what}}"
23</command>
24</client>
25
26#
27# Verify data after the test has been "shot"
28<verify>
29<errorcode>
302
31</errorcode>
32</verify>
33</testcase>
34