From cb908430e5496dadbc55eadad6befbaad56917e6 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sun, 24 Feb 2013 22:59:10 -0500 Subject: [PATCH] fix it again. --- Changes | 1 + t/default_handler_no_templates_dir.t | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 644637b..66fefcc 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Mojolicious::Plugin::TtRenderer {{$NEXT}} + - fix for test on solaris 1.41 February 23, 2013 - Additional testing diagnostics diff --git a/t/default_handler_no_templates_dir.t b/t/default_handler_no_templates_dir.t index c567c06..6daf698 100644 --- a/t/default_handler_no_templates_dir.t +++ b/t/default_handler_no_templates_dir.t @@ -6,7 +6,7 @@ use Test::More tests => 6; use Test::Mojo; use Mojolicious::Lite; -plugin 'tt_renderer'; +plugin 'tt_renderer' => { template_options => { COMPILE_DIR => tempdir( CLEANUP => 1 ) } }; app->renderer->default_handler('tt'); get '/' => sub {