contrib/check-code.py
changeset 28034 e7ff258f71df
parent 28033 0707bbec682d
child 28035 c65da6892ae5
equal deleted inserted replaced
28033:0707bbec682d 28034:e7ff258f71df
   176      'write "file:/*/$TESTTMP" + (glob) to match on windows too'),
   176      'write "file:/*/$TESTTMP" + (glob) to match on windows too'),
   177     (r'^  (cat|find): .*: No such file or directory',
   177     (r'^  (cat|find): .*: No such file or directory',
   178      'use test -f to test for file existence'),
   178      'use test -f to test for file existence'),
   179     (r'^  diff -[^ -]*p',
   179     (r'^  diff -[^ -]*p',
   180      "don't use (external) diff with -p for portability"),
   180      "don't use (external) diff with -p for portability"),
       
   181     (r'^  [-+][-+][-+] .* [-+]0000 \(glob\)',
       
   182      "glob timezone field in diff output for portability"),
   181   ],
   183   ],
   182   # warnings
   184   # warnings
   183   [
   185   [
   184     (r'^  [^*?/\n]* \(glob\)$',
   186     (r'^  [^*?/\n]* \(glob\)$',
   185      "glob match with no glob character (?*/)"),
   187      "glob match with no glob character (?*/)"),