summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2011-04-09 16:52:17 +0000
committerbfriesen <bfriesen>2011-04-09 16:52:17 +0000
commit2f4de1b27f43decd63ad2f6b605d899440698d7b (patch)
tree4de743ed19d519ca69673878c44027c5b7131621 /test
parent767eaa6af02b79ff01da3d221bd72da9b7b42537 (diff)
downloadlibtiff-2f4de1b27f43decd63ad2f6b605d899440698d7b.tar.gz
Fix test warnings from tiff2ps.
Diffstat (limited to 'test')
-rwxr-xr-xtest/tiff2ps-EPS1.sh2
-rwxr-xr-xtest/tiff2ps-PS1.sh2
-rwxr-xr-xtest/tiff2ps-PS2.sh2
-rwxr-xr-xtest/tiff2ps-PS3.sh2
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