]> git.imager.perl.org - imager.git/blobdiff - t/t22flood.t
note ABI compatibility restoration
[imager.git] / t / t22flood.t
index 695fed7fd6237e9096142f39533d8b713f1c0d9b..767cbab85bb075e65214d478c5cd39144c859ee3 100644 (file)
@@ -4,6 +4,8 @@ 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);