From: Peter van Dijk Date: Wed, 10 Oct 2012 10:25:59 +0000 (+0000) Subject: avoid marking tests as broken when base64 content happens to contain "bogus" X-Git-Tag: auth-3.2-rc1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18672863c1deac3451e7d84843ebfabf144017c;p=thirdparty%2Fpdns.git avoid marking tests as broken when base64 content happens to contain "bogus" git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2790 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/regression-tests/cleandig b/regression-tests/cleandig index 915f3dc971..d9e6788752 100755 --- a/regression-tests/cleandig +++ b/regression-tests/cleandig @@ -19,4 +19,4 @@ if [ -f ${testsdir}/${testname}/use.drill ] then cat ${testsdir}/${testname}/drill.out fi -grep -i bogus ${testsdir}/${testname}/*.out +grep -iw bogus ${testsdir}/${testname}/*.out