]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - t/404.t
rename apache404 -> 404
[www/ikiwiki.git] / t / 404.t
similarity index 89%
rename from t/apache404.t
rename to t/404.t
index 00fc3525004fd1e2fc063b26bc4f5c4146fa6271..0bb3c60637e3935c9a743029b5346ab800b7b4eb 100755 (executable)
+++ 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';