diff options
-rwxr-xr-x | tests/runtests.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 9cdcfe539..cae40bb7f 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -56,13 +56,15 @@ # These should be the only variables that might be needed to get edited: +BEGIN { + @INC=(@INC, $ENV{'srcdir'}, "."); +} + use strict; #use Time::HiRes qw( gettimeofday ); #use warnings; use Cwd; -@INC=(@INC, $ENV{'srcdir'}, "."); - # Variables and subs imported from sshhelp module use sshhelp qw( $sshexe |