From: Didier 'OdyX' Raboud Date: Wed, 8 May 2019 12:32:44 +0000 (+0200) Subject: Test: Fix reference to onepage-letter-*.pwg away from their old .gz postfix X-Git-Tag: v2.3rc1~34^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98b1b6bafa9516eeae6a66daef167bac954302ed;p=thirdparty%2Fcups.git Test: Fix reference to onepage-letter-*.pwg away from their old .gz postfix This was changed in ea75e93d17738a9abb81514029949e661c730869 --- 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