Subject: | Tests fail if libtiff-tools is not installed (2) |
My smoker systems show now this failure:
...
Can't exec "tiffcmp": Datei oder Verzeichnis nicht gefunden at t/1.t line 133.
# Failed test 'tiffcmp'
# at t/1.t line 133.
# got: undef
# expected: ''
# Looks like you failed 1 test of 37.
t/1.t ............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/37 subtests
...
Can't exec "tiffinfo": Datei oder Verzeichnis nicht gefunden at t/92_tiffinfo.t line 12.
...
# Looks like you failed 15 tests of 15.
t/92_tiffinfo.t ..
Dubious, test returned 15 (wstat 3840, 0xf00)
Failed 15/15 subtests
...
The test failures go away if the debian package libtiff-tools is installed. I did not check if the utilities from this package are just for testing, if so, then probably some of the tests should be skipped if tiffcmp and tiffinfo are missing, otherwise probably Makefile.PL should fail early.