curl/tests/data/test1169
Dan Fandrich e7a021e135 tests: use %LOGDIR to refer to the log directory
This will allow it be set dynamically.

Ref: #10818
2023-03-30 09:53:57 -07:00

35 lines
500 B
Text

<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/%LOGDIR/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/%LOGDIR/test1196-library.pl
</precheck>
</client>
<verify>
<errorcode>
123
</errorcode>
</verify>
</testcase>