]> git.imager.perl.org - imager.git/blobdiff - ICO/t/t71icomult.t
the PERL_INITIALIZE_IMAGER_PERL_CALLBACKS was checking the wrong version number
[imager.git] / ICO / t / t71icomult.t
index f602c4569dd138f2ac12464d19cfc550b8e94d4f..55a69f35f278a68635329db60802e57cd6f5ac7b 100644 (file)
@@ -4,6 +4,8 @@ use Test::More tests => 1;
 use Imager;
 use Imager::Test qw(test_image);
 
+-d "testout" or mkdir "testout";
+
 # checks that we load the ICO write handler automatically
 my $img = test_image();
 ok(Imager->write_multi({ file => 'testout/icomult.ico' }, $img, $img),