]> git.imager.perl.org - imager.git/blobdiff - ICO/t/t70icosing.t
avoid a possible sign-extension for offsets/sizes in SGI
[imager.git] / ICO / t / t70icosing.t
index 8327e47f6872302dde972d93436abdd1c9f784c5..a1fe2325ddc3abbf164071470a098837e4f4257f 100644 (file)
@@ -4,7 +4,9 @@ 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($img->write(file => 'testout/icosing.ico'),
    "write ico with autoload")