Mercurial > public > mercurial-scm > hg-stable
comparison contrib/check-code.py @ 21930:a5168eb9b2bc stable
tests: cat error messages are different on Solaris
author | Danek Duvall <danek.duvall@oracle.com> |
---|---|
date | Mon, 21 Jul 2014 11:27:24 -0700 |
parents | fb16f6da5b3b |
children | efd5b7eb3e6d |
comparison
equal
deleted
inserted
replaced
21929:5bd11162c0a4 | 21930:a5168eb9b2bc |
---|---|
166 (r'^ moving \S+/.*[^)]$', winglobmsg), | 166 (r'^ moving \S+/.*[^)]$', winglobmsg), |
167 (r'^ no changes made to subrepo since.*/.*[^)]$', winglobmsg), | 167 (r'^ no changes made to subrepo since.*/.*[^)]$', winglobmsg), |
168 (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$', winglobmsg), | 168 (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$', winglobmsg), |
169 (r'^ .*file://\$TESTTMP', | 169 (r'^ .*file://\$TESTTMP', |
170 'write "file:/*/$TESTTMP" + (glob) to match on windows too'), | 170 'write "file:/*/$TESTTMP" + (glob) to match on windows too'), |
171 (r'^ (cat|find): .*: No such file or directory', | |
172 'use test -f to test for file existence'), | |
171 ], | 173 ], |
172 # warnings | 174 # warnings |
173 [ | 175 [ |
174 (r'^ [^*?/\n]* \(glob\)$', | 176 (r'^ [^*?/\n]* \(glob\)$', |
175 "glob match with no glob character (?*/)"), | 177 "glob match with no glob character (?*/)"), |