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.master
parent
2bdb0c5902
commit
766a2c7ab1
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue