]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix 'make check' script.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 19 Mar 2018 22:51:36 +0000 (18:51 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 19 Mar 2018 22:51:36 +0000 (18:51 -0400)
test/run-stp-tests.sh

index d56ec3b164c8e47c8c3199d6bc304f2c8a68f545..d4d768e0626f326589bd92c8cb0d7b39d435dc78 100755 (executable)
@@ -917,7 +917,7 @@ fi
 
 # Paged printed on Test3
 count=`$GREP '^Test3 ' $BASE/log/page_log | awk 'BEGIN{count=0}{count=count+$7}END{print count}'`
-expected=2
+expected=4
 if test $count != $expected; then
        echo "FAIL: Printer 'Test3' produced $count page(s), expected $expected."
        echo "    <p>FAIL: Printer 'Test3' produced $count page(s), expected $expected.</p>" >>$strfile