Except for the two failures in t/x11/read.t and t/x11/write.t.
Running the tests individually does not say much:
Code: Select all
mi@aldan:work/ImageMagick-6.3.6/PerlMagick (1324) perl t/x11/read.t
1..2
Cd failed at t/x11/read.t line 15.
mi@aldan:work/ImageMagick-6.3.6/PerlMagick (1325) perl t/x11/write.t
1..2
Cd failed at t/x11/write.t line 15.
Code: Select all
-chdir 't/x' || die 'Cd failed';
+chdir 't/x11' || die 'Cd failed';
When will ImageMagick crew start running the tests before making new releases?
If you do modify these scripts, you may wish to ensure, they are properly ignored in the case the --without-x flag was given to configure or $DISPLAY is not set.