summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-07-31 14:12:25 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-07-31 14:12:25 +0000
commit3fc450cdce157942e7241feb49516f7914a79df6 (patch)
tree0282377a8ac1d25c9c17efcc0b8732d57aee3a2f /test
parentfac77c5b2d7d4a3465ab714d39d4f8b54461edca (diff)
With recent changes there should only be 8 warning messages in the log.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12820 a1ca3aef-8c08-0410-bb20-df032aa958be
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 84808917a..246f0ea28 100755
--- a/test/run-stp-tests.sh
+++ b/test/run-stp-tests.sh
@@ -996,7 +996,7 @@ fi
# Warning log messages
count=`$GREP '^W ' $BASE/log/error_log | $GREP -v CreateProfile | wc -l | awk '{print $1}'`
-if test $count != 18; then
+if test $count != 8; then
echo "FAIL: $count warning messages, expected 18."
$GREP '^W ' $BASE/log/error_log
echo "<P>FAIL: $count warning messages, expected 18.</P>" >>$strfile