]> git.imager.perl.org - imager.git/blobdiff - t/t22flood.t
prefer static first
[imager.git] / t / t22flood.t
index 9224090e7cd5d0f34d1de5f49f50315f6adc9eb0..767cbab85bb075e65214d478c5cd39144c859ee3 100644 (file)
@@ -1,9 +1,11 @@
 #!perl -w
 use strict;
-use Test::More tests => 13;
+use Test::More tests => 15;
 use Imager;
 use Imager::Test qw(is_image);
 
+-d "testout" or mkdir "testout";
+
 { # flood_fill wouldn't fill to the right if the area was just a
   # single scan-line
   my $im = Imager->new(xsize => 5, ysize => 3);