aboutsummaryrefslogtreecommitdiff
path: root/t/permalink.t
diff options
context:
space:
mode:
Diffstat (limited to 't/permalink.t')
-rwxr-xr-xt/permalink.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/permalink.t b/t/permalink.t
index 2eb557e1d..7b6b89bea 100755
--- a/t/permalink.t
+++ b/t/permalink.t
@@ -18,7 +18,7 @@ else {
--templatedir=templates));
}
-ok(! system("rm -rf t/tmp"));
+ok(! system("rm -rf t/tmp t/tinyblog/.ikiwiki"));
ok(! system("mkdir t/tmp"));
ok(! system(@command, qw(--plugin inline --url=http://example.com
--cgiurl=http://example.com/ikiwiki.cgi --rss --atom
@@ -27,6 +27,5 @@ ok(! system(@command, qw(--plugin inline --url=http://example.com
my $guid="http://example.com/post/";
ok(length `egrep '<guid.*>$guid</guid>' t/tmp/out/index.rss`);
ok(length `egrep '<id>$guid</id>' t/tmp/out/index.atom`);
-ok(! system("rm -rf t/tmp t/tinyblog/.ikiwiki"));
done_testing();