##// END OF EJS Templates
check-code: update test IP address enforcement checks...
Augie Fackler -
r31816:2a865df0 default
parent child Browse files
Show More
@@ -190,8 +190,10 b' utestpats = ['
190 (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$', winglobmsg),
190 (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$', winglobmsg),
191 (r'^ .*file://\$TESTTMP',
191 (r'^ .*file://\$TESTTMP',
192 'write "file:/*/$TESTTMP" + (glob) to match on windows too'),
192 'write "file:/*/$TESTTMP" + (glob) to match on windows too'),
193 (r'^ [^$>].*27\.0\.0\.1.*[^)]$',
193 (r'^ [^$>].*27\.0\.0\.1',
194 'use (glob) to match localhost IP on hosts without 127.0.0.1 too'),
194 'use $LOCALIP not an explicit loopback address'),
195 (r'^ [^$>].*\$LOCALIP.*[^)]$',
196 'mark $LOCALIP output lines with (glob) to help tests in BSD jails'),
195 (r'^ (cat|find): .*: No such file or directory',
197 (r'^ (cat|find): .*: No such file or directory',
196 'use test -f to test for file existence'),
198 'use test -f to test for file existence'),
197 (r'^ diff -[^ -]*p',
199 (r'^ diff -[^ -]*p',
General Comments 0
You need to be logged in to leave comments. Login now