equal
deleted
inserted
replaced
176 'write "file:/*/$TESTTMP" + (glob) to match on windows too'), |
176 'write "file:/*/$TESTTMP" + (glob) to match on windows too'), |
177 (r'^ (cat|find): .*: No such file or directory', |
177 (r'^ (cat|find): .*: No such file or directory', |
178 'use test -f to test for file existence'), |
178 'use test -f to test for file existence'), |
179 (r'^ diff -[^ -]*p', |
179 (r'^ diff -[^ -]*p', |
180 "don't use (external) diff with -p for portability"), |
180 "don't use (external) diff with -p for portability"), |
|
181 (r'^ [-+][-+][-+] .* [-+]0000 \(glob\)', |
|
182 "glob timezone field in diff output for portability"), |
181 ], |
183 ], |
182 # warnings |
184 # warnings |
183 [ |
185 [ |
184 (r'^ [^*?/\n]* \(glob\)$', |
186 (r'^ [^*?/\n]* \(glob\)$', |
185 "glob match with no glob character (?*/)"), |
187 "glob match with no glob character (?*/)"), |