]> git.imager.perl.org - imager.git/blobdiff - t/t50basicoo.t
i_get_file_background[f]?() now return int
[imager.git] / t / t50basicoo.t
index ff38449d44445c99eda86dff2397d17d5994da2e..994032fe3e001744213cdbcc73e33c2e10ab246f 100644 (file)
@@ -11,6 +11,8 @@ use IO::Seekable;
 
 my $buggy_giflib_file = "buggy_giflib.txt";
 
+-d "testout" or mkdir "testout";
+
 Imager::init("log"=>"testout/t50basicoo.log");
 
 # single image/file types
@@ -40,7 +42,7 @@ for(keys %hsh) { print "# $_\n"; }
 my $img = Imager->new();
 
 my %files;
-@files{@types} = ({ file => "testimg/209_yonge.jpg"  },
+@files{@types} = ({ file => "JPEG/testimg/209_yonge.jpg"  },
                  { file => "testimg/test.png"  },
                  { file => "testimg/test.raw", xsize=>150, ysize=>150, type=>'raw', interleave => 0},
                  { file => "testimg/penguin-base.ppm"  },