1
0
mirror of synced 2026-02-26 16:23:27 +00:00

Call scripts in tests with local library paths

This commit is contained in:
Axel Beckert
2012-11-27 23:39:49 +01:00
parent 9a9fa39f69
commit 6b64dcc122

View File

@@ -41,7 +41,7 @@ sub testFile
#
# Run the file with "--help" and capture the output.
#
my $output = `$file --help`;
my $output = `perl -Ilib $file --help`;
#
# Parse out the options we accept