Show More
@@ -197,7 +197,7 b' utestpats = [' | |||||
197 | 'write "file:/*/$TESTTMP" + (glob) to match on windows too'), |
|
197 | 'write "file:/*/$TESTTMP" + (glob) to match on windows too'), | |
198 | (r'^ [^$>].*27\.0\.0\.1', |
|
198 | (r'^ [^$>].*27\.0\.0\.1', | |
199 | 'use $LOCALIP not an explicit loopback address'), |
|
199 | 'use $LOCALIP not an explicit loopback address'), | |
200 |
(r'^ [ |
|
200 | (r'^ (?![>$] ).*\$LOCALIP.*[^)]$', | |
201 | 'mark $LOCALIP output lines with (glob) to help tests in BSD jails'), |
|
201 | 'mark $LOCALIP output lines with (glob) to help tests in BSD jails'), | |
202 | (r'^ (cat|find): .*: No such file or directory', |
|
202 | (r'^ (cat|find): .*: No such file or directory', | |
203 | 'use test -f to test for file existence'), |
|
203 | 'use test -f to test for file existence'), |
General Comments 0
You need to be logged in to leave comments.
Login now