7 my $installed = $ENV{INSTALLED_TESTS};
11 @command = qw(ikiwiki);
14 ok(! system("make -s ikiwiki.out"));
15 @command = ("perl", "-I".getcwd, qw(./ikiwiki.out
16 --underlaydir=underlays/basewiki
17 --set underlaydirbase=underlays
18 --templatedir=templates));
21 ok(! system("rm -rf t/tmp t/tinyblog/.ikiwiki"));
22 ok(! system("mkdir t/tmp"));
23 ok(! system(@command, qw(--plugin inline --url=http://example.com
24 --cgiurl=http://example.com/ikiwiki.cgi --rss --atom
25 t/tinyblog t/tmp/out)));
26 # This guid should never, ever change, for any reason whatsoever!
27 my $guid="http://example.com/post/";
28 ok(length `egrep '<guid.*>$guid</guid>' t/tmp/out/index.rss`);
29 ok(length `egrep '<id>$guid</id>' t/tmp/out/index.atom`);