summaryrefslogtreecommitdiffstats
path: root/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'runtests.pl')
-rwxr-xr-xruntests.pl1
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);