summaryrefslogtreecommitdiff
path: root/test/run-stp-tests.sh
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-05-22 17:53:35 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-05-22 17:53:35 +0000
commitf0cd6a7ce21c028867b6732b2923619b8081af60 (patch)
treefa62cd5f863f821f443c125ba0500ae8f411ea9f /test/run-stp-tests.sh
parent8e333c29c697f04dadb1f4d210d6dfce9522777a (diff)
downloadcups-f0cd6a7ce21c028867b6732b2923619b8081af60.tar.gz
Fix quoting.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12657 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'test/run-stp-tests.sh')
-rwxr-xr-xtest/run-stp-tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh
index 0709e33aa..4901c778b 100755
--- a/test/run-stp-tests.sh
+++ b/test/run-stp-tests.sh
@@ -401,7 +401,7 @@ instfilter() {
#!/bin/sh
trap "" TERM
trap "" PIPE
-gziptoany "$1" "$2" "$3" "$4" "$5" \$6 \>/dev/null
+gziptoany "$1" "$2" "$3" "$4" "$5" \$6 >/dev/null
case "\$5" in
*media=a4* | *media=iso_a4* | *PageSize=A4*)
gziptoany "$1" "$2" "$3" "$4" "$5" "$root/test/onepage-a4.pdf"
@@ -418,7 +418,7 @@ EOF
#!/bin/sh
trap "" TERM
trap "" PIPE
-gziptoany "$1" "$2" "$3" "$4" "$5" \$6 \>/dev/null
+gziptoany "$1" "$2" "$3" "$4" "$5" \$6 >/dev/null
case "\$5" in
*media=a4* | *media=iso_a4* | *PageSize=A4*)
gziptoany "$1" "$2" "$3" "$4" "$5" "$root/test/onepage-a4.ps"
@@ -435,7 +435,7 @@ EOF
#!/bin/sh
trap "" TERM
trap "" PIPE
-gziptoany "$1" "$2" "$3" "$4" "$5" \$6 \>/dev/null
+gziptoany "$1" "$2" "$3" "$4" "$5" \$6 >/dev/null
case "\$5" in
*media=a4* | *media=iso_a4* | *PageSize=A4*)
gziptoany "$1" "$2" "$3" "$4" "$5" "$root/test/onepage-a4-300-black-1.pwg.gz"