contrib/check-code.py
changeset 35447 e28dedf4ff43
parent 35446 991e4404e910
child 36164 c38e9248f531
equal deleted inserted replaced
35446:991e4404e910 35447:e28dedf4ff43
   183      '# no-msys'), # in test-pull.t which is skipped on windows
   183      '# no-msys'), # in test-pull.t which is skipped on windows
   184     (r'^  [^$>].*27\.0\.0\.1',
   184     (r'^  [^$>].*27\.0\.0\.1',
   185      'use $LOCALIP not an explicit loopback address'),
   185      'use $LOCALIP not an explicit loopback address'),
   186     (r'^  (?![>$] ).*\$LOCALIP.*[^)]$',
   186     (r'^  (?![>$] ).*\$LOCALIP.*[^)]$',
   187      'mark $LOCALIP output lines with (glob) to help tests in BSD jails'),
   187      'mark $LOCALIP output lines with (glob) to help tests in BSD jails'),
   188     (r'^  (cat|find): .*: No such file or directory',
   188     (r'^  (cat|find): .*: \$ENOENT\$',
   189      'use test -f to test for file existence'),
   189      'use test -f to test for file existence'),
   190     (r'^  diff -[^ -]*p',
   190     (r'^  diff -[^ -]*p',
   191      "don't use (external) diff with -p for portability"),
   191      "don't use (external) diff with -p for portability"),
   192     (r' readlink ', 'use readlink.py instead of readlink'),
   192     (r' readlink ', 'use readlink.py instead of readlink'),
   193     (r'^  [-+][-+][-+] .* [-+]0000 \(glob\)',
   193     (r'^  [-+][-+][-+] .* [-+]0000 \(glob\)',