summaryrefslogtreecommitdiff
path: root/test/run-stp-tests.sh
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-10-12 14:27:18 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-10-12 14:27:18 -0400
commit979804902ca385a6ba31a42ffac8dae05ee3ca22 (patch)
tree1e16294369f4433da8c4ecf8b1774a9fd3037d54 /test/run-stp-tests.sh
parentb889560c05bea474d8d12d1cd9e151b846d176eb (diff)
downloadcups-979804902ca385a6ba31a42ffac8dae05ee3ca22.tar.gz
Fix "make check" for restricted environments (Issue #5099)
Diffstat (limited to 'test/run-stp-tests.sh')
-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 37604a9aa..41dace7c9 100755
--- a/test/run-stp-tests.sh
+++ b/test/run-stp-tests.sh
@@ -996,7 +996,7 @@ else
fi
# Error log messages
-count=`$GREP '^E ' $BASE/log/error_log | wc -l | awk '{print $1}'`
+count=`$GREP '^E ' $BASE/log/error_log | $GREP -v 'Unknown default SystemGroup' | wc -l | awk '{print $1}'`
if test $count != 33; then
echo "FAIL: $count error messages, expected 33."
$GREP '^E ' $BASE/log/error_log