contrib/check-code.py
changeset 33288 f08a178adadf
parent 33285 98f6c25aaf61
child 33369 d36bcba91845
--- a/contrib/check-code.py	Thu Jul 06 14:33:48 2017 -0500
+++ b/contrib/check-code.py	Thu Jul 06 15:15:02 2017 -0400
@@ -138,7 +138,7 @@
      "put a backslash-escaped newline after sed 'i' command"),
     (r'^diff *-\w*[uU].*$\n(^  \$ |^$)', "prefix diff -u/-U with cmp"),
     (r'^\s+(if)? diff *-\w*[uU]', "prefix diff -u/-U with cmp"),
-    (r'\spython\s(?!bindings)', "don't use 'python', use '$PYTHON'"),
+    (r'[\s="`\']python\s(?!bindings)', "don't use 'python', use '$PYTHON'"),
     (r'seq ', "don't use 'seq', use $TESTDIR/seq.py"),
     (r'\butil\.Abort\b', "directly use error.Abort"),
     (r'\|&', "don't use |&, use 2>&1"),