Fix test warnings from tiff2ps.
This commit is contained in:
parent
c546a4ccf8
commit
b3d151d012
@ -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"
|
@ -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"
|
@ -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"
|
@ -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"
|
Loading…
Reference in New Issue
Block a user