diff options
Diffstat (limited to 'runtests.pl')
-rwxr-xr-x | runtests.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtests.pl b/runtests.pl index ad6898b23..092d8069b 100755 --- a/runtests.pl +++ b/runtests.pl @@ -23,6 +23,7 @@ # Make it harder for us to do dangerous things in Perl. use diagnostics; use strict; +use lib qw(lib); use Test::Harness qw(&runtests $verbose); |