From: Amitai Schlair Date: Sat, 21 Jan 2012 20:00:52 +0000 (-0500) Subject: Simplify startup: use Test::More unconditionally, then determine X-Git-Tag: 3.20120202~26^2~19 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f18160b95d1f9120a5cb656aca84892f811f1972?ds=sidebyside;hp=f18160b95d1f9120a5cb656aca84892f811f1972 Simplify startup: use Test::More unconditionally, then determine the test plan at runtime. Use IkiWiki unconditionally too (as that's not what I'm testing here) to avoid the TAP error of printing a test result before having printed the plan. ---