From b3d151d01264ef2022ee2ca1c62252fe8c902c0c Mon Sep 17 00:00:00 2001 From: Bob Friesenhahn Date: Sat, 9 Apr 2011 16:52:17 +0000 Subject: [PATCH] Fix test warnings from tiff2ps. --- test/tiff2ps-EPS1.sh | 2 +- test/tiff2ps-PS1.sh | 2 +- test/tiff2ps-PS2.sh | 2 +- test/tiff2ps-PS3.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/tiff2ps-EPS1.sh b/test/tiff2ps-EPS1.sh index d3b59f00..ebe6f04b 100755 --- a/test/tiff2ps-EPS1.sh +++ b/test/tiff2ps-EPS1.sh @@ -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" \ No newline at end of file +f_test_stdout "${TIFF2PS} -e -1" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-EPS1.ps" \ No newline at end of file diff --git a/test/tiff2ps-PS1.sh b/test/tiff2ps-PS1.sh index d7c1eaff..65921597 100755 --- a/test/tiff2ps-PS1.sh +++ b/test/tiff2ps-PS1.sh @@ -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" \ No newline at end of file +f_test_stdout "${TIFF2PS} -a -p -1" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS1.ps" \ No newline at end of file diff --git a/test/tiff2ps-PS2.sh b/test/tiff2ps-PS2.sh index e79c99b3..2a216069 100755 --- a/test/tiff2ps-PS2.sh +++ b/test/tiff2ps-PS2.sh @@ -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" \ No newline at end of file +f_test_stdout "${TIFF2PS} -a -p -2" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS2.ps" \ No newline at end of file diff --git a/test/tiff2ps-PS3.sh b/test/tiff2ps-PS3.sh index bc7c1a24..f9f34b66 100755 --- a/test/tiff2ps-PS3.sh +++ b/test/tiff2ps-PS3.sh @@ -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" \ No newline at end of file +f_test_stdout "${TIFF2PS} -a -p -3" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS3.ps" \ No newline at end of file