contrib/check-code.py
changeset 24362 58682838f8f7
parent 24205 abcb1ee3b20a
child 24453 65f1a29685ab
--- a/contrib/check-code.py	Tue Mar 17 21:47:47 2015 -0400
+++ b/contrib/check-code.py	Tue Mar 17 21:48:34 2015 -0400
@@ -122,6 +122,7 @@
     (r'sed (-e )?\'(\d+|/[^/]*/)i(?!\\\n)',
      "put a backslash-escaped newline after sed 'i' command"),
     (r'^diff *-\w*u.*$\n(^  \$ |^$)', "prefix diff -u with cmp"),
+    (r'seq ', "don't use 'seq', use $TESTDIR/seq.py")
   ],
   # warnings
   [