summaryrefslogtreecommitdiff
path: root/tests/run-tests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests.pl')
-rwxr-xr-xtests/run-tests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-tests.pl b/tests/run-tests.pl
index 44e76a97..6dae9a8e 100755
--- a/tests/run-tests.pl
+++ b/tests/run-tests.pl
@@ -2,8 +2,8 @@
use strict;
-use Test::Harness qw(&runtests $verbose);
-$verbose=0;
+use Test::Harness qw(&runtests $verbose);
+$verbose=0;
my $srcdir = (defined $ENV{'srcdir'} ? $ENV{'srcdir'} : '.');