contrib/check-code.py
changeset 35446 991e4404e910
parent 35443 a8478b808f17
child 35447 e28dedf4ff43
--- a/contrib/check-code.py	Sat Oct 21 17:27:14 2017 +0900
+++ b/contrib/check-code.py	Sat Dec 16 11:32:10 2017 -0500
@@ -181,8 +181,6 @@
     (uprefix + r'.*:\.\S*/', "x:.y in a path does not work on msys, rewrite "
      "as x://.y, or see `hg log -k msys` for alternatives", r'-\S+:\.|' #-Rxxx
      '# no-msys'), # in test-pull.t which is skipped on windows
-    (r'^  .*file://\$TESTTMP',
-     'write "file:/*/$TESTTMP" + (glob) to match on windows too'),
     (r'^  [^$>].*27\.0\.0\.1',
      'use $LOCALIP not an explicit loopback address'),
     (r'^  (?![>$] ).*\$LOCALIP.*[^)]$',