Show More
@@ -203,6 +203,7 b' utestpats = [' | |||||
203 | 'use test -f to test for file existence'), |
|
203 | 'use test -f to test for file existence'), | |
204 | (r'^ diff -[^ -]*p', |
|
204 | (r'^ diff -[^ -]*p', | |
205 | "don't use (external) diff with -p for portability"), |
|
205 | "don't use (external) diff with -p for portability"), | |
|
206 | (r' readlink ', 'use readlink.py instead of readlink'), | |||
206 | (r'^ [-+][-+][-+] .* [-+]0000 \(glob\)', |
|
207 | (r'^ [-+][-+][-+] .* [-+]0000 \(glob\)', | |
207 | "glob timezone field in diff output for portability"), |
|
208 | "glob timezone field in diff output for portability"), | |
208 | (r'^ @@ -[0-9]+ [+][0-9]+,[0-9]+ @@', |
|
209 | (r'^ @@ -[0-9]+ [+][0-9]+,[0-9]+ @@', |
General Comments 0
You need to be logged in to leave comments.
Login now