aboutsummaryrefslogtreecommitdiff
path: root/t/find_src_files.t
diff options
context:
space:
mode:
Diffstat (limited to 't/find_src_files.t')
-rwxr-xr-xt/find_src_files.t7
1 files changed, 2 insertions, 5 deletions
diff --git a/t/find_src_files.t b/t/find_src_files.t
index a3742db75..9dbf6eafe 100755
--- a/t/find_src_files.t
+++ b/t/find_src_files.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl
use warnings;
use strict;
-use Test::More tests => 20;
+use Test::More;
BEGIN { use_ok("IkiWiki"); }
BEGIN { use_ok("IkiWiki::Render"); }
@@ -91,7 +91,4 @@ test_src_files(\@list, "deep dir symlink in srcdir skipped");
system("ln -sf /etc/ $config{underlaydir}/ikiwiki/symdir");
test_src_files(\@list, "deep dir symlink in underlaydir skipped");
-
-
-
-cleanup();
+done_testing;