From: Tara L Andrews Date: Fri, 29 Aug 2014 20:02:50 +0000 (+0200) Subject: create the test dir if it doesn't already exist X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3051d8a9cb46f0a961429ebcd474611e9efd8b28;p=scpubgit%2Fstemmatology.git create the test dir if it doesn't already exist --- diff --git a/persistence/t/mysql_utf8.t b/persistence/t/mysql_utf8.t index 9aef7c9..e445d0a 100644 --- a/persistence/t/mysql_utf8.t +++ b/persistence/t/mysql_utf8.t @@ -28,7 +28,7 @@ foreach my $item ( @dbconnect ) { } my $dir = Text::Tradition::Directory->new( 'dsn' => $dsn, - 'extra_args' => { 'user' => $user, 'password' => $pass, + 'extra_args' => { 'user' => $user, 'password' => $pass, 'create' => 1, dbi_attrs => { 'mysql_enable_utf8' => 1 } }, );