From 2bde54c9dc0e1776882f4e0fef5750296e848c5b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 3 Feb 2019 12:25:20 +0000 Subject: t: Consistently remove temp directory before testing, not after When a test fails, it's useful to be able to inspect the output. Signed-off-by: Simon McVittie --- t/permalink.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 't/permalink.t') 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' t/tmp/out/index.rss`); ok(length `egrep '$guid' t/tmp/out/index.atom`); -ok(! system("rm -rf t/tmp t/tinyblog/.ikiwiki")); done_testing(); -- cgit v1.2.3