diff -r 5bd11162c0a4 -r a5168eb9b2bc contrib/check-code.py --- a/contrib/check-code.py Sun Jul 20 15:06:12 2014 -0300 +++ b/contrib/check-code.py Mon Jul 21 11:27:24 2014 -0700 @@ -168,6 +168,8 @@ (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$', winglobmsg), (r'^ .*file://\$TESTTMP', 'write "file:/*/$TESTTMP" + (glob) to match on windows too'), + (r'^ (cat|find): .*: No such file or directory', + 'use test -f to test for file existence'), ], # warnings [