X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=test%2Frun-stp-tests.sh;fp=test%2Frun-stp-tests.sh;h=2f9630f5242ccd7a7318c505469ad0d4a14ca049;hb=98b1b6bafa9516eeae6a66daef167bac954302ed;hp=957ba6c99177cbfd6090dd42dfab4ae506ae5ae6;hpb=b3f0b5a94fe6b07de8c3dc3b5406cd5f2744a9dc;p=thirdparty%2Fcups.git diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 957ba6c99..2f9630f52 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -430,10 +430,10 @@ trap "" PIPE 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/examples/onepage-a4-300-black-1.pwg.gz" + gziptoany "$1" "$2" "$3" "$4" "$5" "$root/examples/onepage-a4-300-black-1.pwg" ;; *) - gziptoany "$1" "$2" "$3" "$4" "$5" "$root/examples/onepage-letter-300-black-1.pwg.gz" + gziptoany "$1" "$2" "$3" "$4" "$5" "$root/examples/onepage-letter-300-black-1.pwg" ;; esac EOF