From 766a2c7ab1c48e1fe3acabaaf7b40bcd60e15688 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 24 Feb 2013 13:18:34 +0000 Subject: [PATCH] permalink test: start by deleting t/tmp Otherwise, tests that don't end by deleting t/tmp (which is a useful change when debugging a failing test) would cause this one to fail. --- t/permalink.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/permalink.t b/t/permalink.t index 81d4d1820..36be984c5 100755 --- a/t/permalink.t +++ b/t/permalink.t @@ -3,6 +3,7 @@ use warnings; use strict; use Test::More 'no_plan'; +ok(! system("rm -rf t/tmp")); ok(! system("mkdir t/tmp")); ok(! system("make -s ikiwiki.out")); ok(! system("perl -I. ./ikiwiki.out -plugin inline -url=http://example.com -cgiurl=http://example.com/ikiwiki.cgi -rss -atom -underlaydir=underlays/basewiki -set underlaydirbase=underlays -templatedir=templates t/tinyblog t/tmp/out")); -- 2.44.0