From c5490428be2433bf455b231a58a967eeb3aed65b Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 19 Apr 2024 09:43:50 +0200 Subject: [PATCH] * tests/sanity/style.test: Fix spurious failure. --- tests/sanity/style.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity/style.test b/tests/sanity/style.test index dfe263031..ea8705363 100755 --- a/tests/sanity/style.test +++ b/tests/sanity/style.test @@ -226,7 +226,7 @@ for dir in "$TOP/spot" "$TOP/bin" "$TOP/tests"; do $GREP 'operator[^a-zA-Z0-9_(]*[ ][^a-zA-Z0-9_(]*(' $tmp && diag 'Write operatorXX(...) without spaces around XX.' - $GREP 'operator[^(]* (' $tmp && + $GREP 'operator[^(s]* (' $tmp && diag 'No space before (' $GREP '[ ]default:[^:].*;' $tmp &&