runtests.pl
#
# Client-side
none
Verify that runtests.pl accepts an -L option
%SRCDIR/runtests.pl -L %SRCDIR/log/test1196-library.pl
# Create a simple perl snippet that lets runtests.pl
# exit with a code we can check.
echo 'exit 123' > %SRCDIR/log/test1196-library.pl
123