diff --git a/tests/sanity/style.test b/tests/sanity/style.test index 3992d29d8..7af498c46 100755 --- a/tests/sanity/style.test +++ b/tests/sanity/style.test @@ -208,7 +208,8 @@ for dir in "$TOP/spot" "$TOP/bin" "$TOP/tests"; do # The 'r' allows operator&& # The '.' allows &&... - $GREP '[^ r]&&[^ .]' $tmp && + # The ')' allows foo(bar&&) + $GREP '[^ r]&&[^ .)]' $tmp && diag 'Space around binary operators.' # The 'r' allows operator||