summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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