Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary create-category-dirs call
  • Loading branch information
Paul Cochrane committed Mar 29, 2015
1 parent 72d680d commit e8e5490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/004-website-basic.t
Expand Up @@ -116,7 +116,6 @@ subtest {
my $base-dir = "/tmp/website-test";
$website.base-html-dir = $base-dir;
mkdir $base-dir unless $base-dir.IO.d;
$website.create-category-dirs;
$website.write-category-indices(%examples);

ok(($base-dir ~ "/sender.html").IO.e,
Expand Down

0 comments on commit e8e5490

Please sign in to comment.