aboutsummaryrefslogtreecommitdiffstats
path: root/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test.pl')
-rwxr-xr-xtest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.pl b/test.pl
index 30c1fd1..776b8a2 100755
--- a/test.pl
+++ b/test.pl
@@ -33,7 +33,7 @@ my $write_to_tmpfile = sub
{
my @test_files = glob('t/*.t');
- runtests(@test_files);
+ eval { runtests(@test_files) } or warn $@;
}
plan tests => $tests;