diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 20:52:33 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 20:52:33 +0200 |
commit | 505bb5aeae558718c3acafc63797fc652368279f (patch) | |
tree | 1dd916f29a4bde76d9288508a1d13830e18e2ef1 /test | |
parent | b0950df0920600c7b76f0aada5fb2d7dfe01eb7b (diff) | |
download | cups-505bb5aeae558718c3acafc63797fc652368279f.tar.gz |
Imported Upstream version 1.4.5upstream/1.4.5
Diffstat (limited to 'test')
-rwxr-xr-x | test/run-stp-tests.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 5f5147a9..d18eac30 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# "$Id: run-stp-tests.sh 9165 2010-06-17 18:20:39Z mike $" +# "$Id: run-stp-tests.sh 9258 2010-08-13 01:34:04Z mike $" # # Perform the complete set of IPP compliance tests specified in the # CUPS Software Test Plan. @@ -651,7 +651,7 @@ fi # Requests logged count=`wc -l /tmp/cups-$user/log/access_log | awk '{print $1}'` -expected=`expr 39 + 18 + $pjobs \* 8 + $pprinters \* $pjobs \* 4` +expected=`expr 37 + 18 + $pjobs \* 8 + $pprinters \* $pjobs \* 4` if test $count != $expected; then echo "FAIL: $count requests logged, expected $expected." echo "<P>FAIL: $count requests logged, expected $expected.</P>" >>$strfile @@ -852,5 +852,5 @@ if test $fail != 0; then fi # -# End of "$Id: run-stp-tests.sh 9165 2010-06-17 18:20:39Z mike $" +# End of "$Id: run-stp-tests.sh 9258 2010-08-13 01:34:04Z mike $" # |