aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/404.t (renamed from t/apache404.t)5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/apache404.t b/t/404.t
index 00fc35250..0bb3c6063 100755
--- a/t/apache404.t
+++ b/t/404.t
@@ -3,11 +3,10 @@ use warnings;
use strict;
use Test::More tests => 17;
-BEGIN { use_ok("IkiWiki::Plugin::apache404"); }
+BEGIN { use_ok("IkiWiki::Plugin::404"); }
sub cgi_page_from_404 {
- return IkiWiki::Plugin::apache404::cgi_page_from_404(shift, shift,
- shift);
+ return IkiWiki::Plugin::404::cgi_page_from_404(shift, shift, shift);
}
$IkiWiki::config{htmlext} = 'html';