summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-03-11 13:46:22 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-03-11 13:46:22 -0400
commitf88b8468c52a8be67a61187ee28cab6448bc7609 (patch)
tree71aff0affb96ce5fc29d0b52bd5c628c65831064 /test
parent2c091429d10e9228779cab6863f6e66202c813e5 (diff)
downloadcups-f88b8468c52a8be67a61187ee28cab6448bc7609.tar.gz
Fix an issue with `PreserveJobHistory` and time values (Issue #5538)
Diffstat (limited to 'test')
-rwxr-xr-xtest/run-stp-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh
index 262cf26d6..a4d642dae 100755
--- a/test/run-stp-tests.sh
+++ b/test/run-stp-tests.sh
@@ -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