Author: bob Date: 2012-04-12 15:31:41 +0100 (Thu, 12 Apr 2012) New Revision: 1327
Modified: branches/rel_0_66/t/91_username_in_templates.t Log: make sure the temp dir is created
Modified: branches/rel_0_66/t/91_username_in_templates.t =================================================================== --- branches/rel_0_66/t/91_username_in_templates.t 2012-04-12 13:51:18 UTC (rev 1326) +++ branches/rel_0_66/t/91_username_in_templates.t 2012-04-12 14:31:41 UTC (rev 1327) @@ -27,7 +27,10 @@ node => "Ship Of Fools", return_output => 1, ); - +# Make sure the tmp directory exists +eval { + mkdir cwd . "/t/templates/tmp"; +}; # Write a custom banner template that includes the username. eval { unlink cwd . "/t/templates/tmp/custom_banner.tt";