summaryrefslogtreecommitdiff
path: root/tests/data/test1169
blob: e7f7df4665ad057877a1bbd4d55f2e94229ac621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<testcase>
<info>
<keywords>
runtests.pl
</keywords>
</info>

#
# Client-side
<client>
<server>
none
</server>
<name>
Verify that runtests.pl accepts an -L option
</name>

<command type="perl">
%SRCDIR/runtests.pl -L %SRCDIR/log/test1196-library.pl
</command>
# Create a simple perl snippet that lets runtests.pl
# exit with a code we can check.
<precheck>
echo 'exit 123' > %SRCDIR/log/test1196-library.pl
</precheck>

</client>

<verify>
<errorcode>
123
</errorcode>
</verify>

</testcase>