]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/run-stp-tests.sh
Fix an issue with `PreserveJobHistory` and time values (Issue #5538)
[thirdparty/cups.git] / test / run-stp-tests.sh
index 262cf26d6976d6cbed8b81f2689252363515dee8..a4d642daec2e17ca9aded215f004749d3d1822d2 100755 (executable)
@@ -956,7 +956,7 @@ fi
 
 # Requests logged
 count=`wc -l $BASE/log/access_log | awk '{print $1}'`
-expected=`expr 35 + 18 + 30 + $pjobs \* 8 + $pprinters \* $pjobs \* 4`
+expected=`expr 35 + 18 + 30 + $pjobs \* 8 + $pprinters \* $pjobs \* 4 + 2`
 if test $count != $expected; then
        echo "FAIL: $count requests logged, expected $expected."
        echo "    <p>FAIL: $count requests logged, expected $expected.</p>" >>$strfile