]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/run-stp-tests.sh
Merge changes from CUPS 1.4svn-r8148.
[thirdparty/cups.git] / test / run-stp-tests.sh
index c5d671813b6ebd3e7bd8d2072764b5590dd4af5a..ce876297f7fa4617de1c35e7df841f12fafe6c77 100755 (executable)
@@ -326,6 +326,7 @@ PassEnv LOCALEDIR
 DocumentRoot $root/doc
 RequestRoot /tmp/cups-$user/spool
 TempDir /tmp/cups-$user/spool/temp
+MaxSubscriptions 3
 MaxLogSize 0
 AccessLog /tmp/cups-$user/log/access_log
 ErrorLog /tmp/cups-$user/log/error_log
@@ -668,10 +669,10 @@ fi
 
 # Error log messages
 count=`grep '^E ' /tmp/cups-$user/log/error_log | wc -l | awk '{print $1}'`
-if test $count != 15; then
-       echo "FAIL: $count error messages, expected 15."
+if test $count != 17; then
+       echo "FAIL: $count error messages, expected 17."
        grep '^E ' /tmp/cups-$user/log/error_log
-       echo "<P>FAIL: $count error messages, expected 9.</P>" >>$strfile
+       echo "<P>FAIL: $count error messages, expected 17.</P>" >>$strfile
        echo "<PRE>" >>$strfile
        grep '^E ' /tmp/cups-$user/log/error_log | sed -e '1,$s/&/&amp;/g' -e '1,$s/</&lt;/g' >>$strfile
        echo "</PRE>" >>$strfile