From a789ea0f47bd04268c975cc9582c353ebc16d690 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 19 Oct 2011 09:46:27 +0200 Subject: [PATCH] DiskErrors.tst: Ignore "mdworker[]: file i/o error - bad dset location" --- client/lib/tests/Darwin/DiskErrors.tst | 1 + 1 file changed, 1 insertion(+) diff --git a/client/lib/tests/Darwin/DiskErrors.tst b/client/lib/tests/Darwin/DiskErrors.tst index 2d78773..2556581 100644 --- a/client/lib/tests/Darwin/DiskErrors.tst +++ b/client/lib/tests/Darwin/DiskErrors.tst @@ -14,6 +14,7 @@ if [ -n "$offset" ]; then error=`LC_ALL=C tail -c "+$offset" /var/log/system.log \ | grep -i "I/O" | grep -i error | grep -v nagcollect \ | grep -v "com.apple.mdworker.pool" \ + | grep -v "file i/o error - bad dset location" \ | grep -v "encoder error" \ | tail -n 1` else -- 2.39.2