diff options
Diffstat (limited to 'test.pl.in')
-rwxr-xr-x | test.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,6 +44,6 @@ if ( ! scalar( @tests ) ) | |||
44 | 44 | ||
45 | use Test::Harness; | 45 | use Test::Harness; |
46 | 46 | ||
47 | #$Test::Harness::verbose=1; | 47 | $Test::Harness::verbose=1; |
48 | 48 | ||
49 | runtests( @tests ); | 49 | runtests( @tests ); |