Fix test warnings from tiff2ps.

This commit is contained in:
Bob Friesenhahn 2011-04-09 16:52:17 +00:00
parent c546a4ccf8
commit b3d151d012
4 changed files with 4 additions and 4 deletions

View File

@ -3,4 +3,4 @@
# Basic sanity check for tiffps with PostScript Level 1 encapsulated output
#
. ${srcdir:-.}/common.sh
f_test_stdout "${TIFF2PS} -a -e -1" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-EPS1.ps"
f_test_stdout "${TIFF2PS} -e -1" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-EPS1.ps"

View File

@ -3,4 +3,4 @@
# Basic sanity check for tiffps with PostScript Level 1 output
#
. ${srcdir:-.}/common.sh
f_test_stdout "${TIFF2PS} -a -1" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS1.ps"
f_test_stdout "${TIFF2PS} -a -p -1" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS1.ps"

View File

@ -3,4 +3,4 @@
# Basic sanity check for tiffps with PostScript Level 2 output
#
. ${srcdir:-.}/common.sh
f_test_stdout "${TIFF2PS} -a -2" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS2.ps"
f_test_stdout "${TIFF2PS} -a -p -2" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS2.ps"

View File

@ -3,4 +3,4 @@
# Basic sanity check for tiffps with PostScript Level 3 output
#
. ${srcdir:-.}/common.sh
f_test_stdout "${TIFF2PS} -a -3" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS3.ps"
f_test_stdout "${TIFF2PS} -a -p -3" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS3.ps"