]> git.imager.perl.org - imager.git/commitdiff
don't capture the test comment as the mkdir permission
authorTony Cook <tony@develop=help.com>
Thu, 16 Sep 2010 13:10:46 +0000 (13:10 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 16 Sep 2010 13:10:46 +0000 (13:10 +0000)
W32/t/t10win32.t

index ad3b3637e3f21688f3a4cd2c47eeb5cf862960ee..10057e2c85645543eda87f00cd90992dd3efd3f3 100644 (file)
@@ -5,7 +5,7 @@ use Imager qw(:all);
 use Imager::Test qw(diff_text_with_nul);
 ++$|;
 
 use Imager::Test qw(diff_text_with_nul);
 ++$|;
 
-ok(-d "testout" or mkdir "testout", "testout directory");
+ok(-d "testout" or mkdir("testout"), "testout directory");
 
 ok($Imager::formats{w32}, "\$formats{w32} populated");
 
 
 ok($Imager::formats{w32}, "\$formats{w32} populated");