xref: /curl/tests/data/test1169 (revision 52d4a41b)
1<testcase>
2<info>
3<keywords>
4runtests.pl
5</keywords>
6</info>
7
8#
9# Client-side
10<client>
11<server>
12none
13</server>
14<name>
15Verify that runtests.pl accepts an -L option
16</name>
17
18<command type="perl">
19%SRCDIR/runtests.pl -L %PWD/%LOGDIR/test%TESTNUMBER-library.pl
20</command>
21# Create a simple perl snippet that lets runtests.pl
22# exit with a code we can check.
23<file name="%LOGDIR/test%TESTNUMBER-library.pl">
24exit 123
25</file>
26</client>
27
28<verify>
29<errorcode>
30123
31</errorcode>
32</verify>
33
34</testcase>
35