Subject: | Failed test '-?' (2) |
On my FreeBSD 10.3 smoker I see the following failure:
...
# Failed test '-?'
# at t/92_tiffinfo.t line 53.
# got: 'tiffinfo: invalid option -- ?
# LIBTIFF, Version 4.0.7
# Copyright (c) 1988-1996 Sam Leffler
# Copyright (c) 1991-1996 Silicon Graphics, Inc.
#
# usage: tiffinfo [options] input...
# where options are:
# -D read data
# -i ignore read errors
# -c display data for grey/color response curve or colormap
# -d display raw/decoded image data
# -f lsb2msb force lsb-to-msb FillOrder for input
# -f msb2lsb force msb-to-lsb FillOrder for input
# -j show JPEG tables
# -o offset set initial directory offset
# -r read/display raw image data instead of decoded data
# -s display strip offsets and byte counts
# -w display raw data in words rather than bytes
# -z enable strip chopping
# -# set initial directory (first directory is # 0)
# '
# expected: 'tiffinfo: illegal option -- ?
# LIBTIFF, Version 4.0.7
# Copyright (c) 1988-1996 Sam Leffler
# Copyright (c) 1991-1996 Silicon Graphics, Inc.
#
# usage: tiffinfo [options] input...
# where options are:
# -D read data
# -i ignore read errors
# -c display data for grey/color response curve or colormap
# -d display raw/decoded image data
# -f lsb2msb force lsb-to-msb FillOrder for input
# -f msb2lsb force msb-to-lsb FillOrder for input
# -j show JPEG tables
# -o offset set initial directory offset
# -r read/display raw image data instead of decoded data
# -s display strip offsets and byte counts
# -w display raw data in words rather than bytes
# -z enable strip chopping
# -# set initial directory (first directory is # 0)
# '
# Looks like you failed 1 test of 15.
...
Same problem exists with the t/93_tiff2pdf.t test.