From f0cd6a7ce21c028867b6732b2923619b8081af60 Mon Sep 17 00:00:00 2001 From: msweet Date: Fri, 22 May 2015 17:53:35 +0000 Subject: [PATCH] Fix quoting. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12657 a1ca3aef-8c08-0410-bb20-df032aa958be --- test/run-stp-tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 0709e33aa1..4901c778bc 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" -- 2.47.2