xref: /curl/tests/data/test453 (revision 2e160c9c)
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 containing null byte
17</name>
18<file name="%LOGDIR/junk">
19%hex[%01%02%03%00%04%05%06]hex%
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