##// END OF EJS Templates
check-code: block non-portable pipe-and
timeless -
r26777:df1a29ec default
parent child Browse files
Show More
@@ -125,6 +125,7 b' testpats = ['
125 (r'^diff *-\w*u.*$\n(^ \$ |^$)', "prefix diff -u with cmp"),
125 (r'^diff *-\w*u.*$\n(^ \$ |^$)', "prefix diff -u with cmp"),
126 (r'seq ', "don't use 'seq', use $TESTDIR/seq.py"),
126 (r'seq ', "don't use 'seq', use $TESTDIR/seq.py"),
127 (r'\butil\.Abort\b', "directly use error.Abort"),
127 (r'\butil\.Abort\b', "directly use error.Abort"),
128 (r'\|&', "don't use |&, use 2>&1"),
128 ],
129 ],
129 # warnings
130 # warnings
130 [
131 [
General Comments 0
You need to be logged in to leave comments. Login now