diff -r 318534bb5dfd -r 393aef802535 tests/test-check-module-imports.t --- a/tests/test-check-module-imports.t Sun May 15 10:45:32 2016 +0900 +++ b/tests/test-check-module-imports.t Sun May 15 10:48:05 2016 +0900 @@ -156,12 +156,13 @@ Known-bad files are excluded by -X as some of them would produce unstable outputs, which should be fixed later. - $ hg locate '**.py' \ + $ hg locate 'set:**.py or grep(r"^#!.*?python")' \ > 'tests/**.t' \ > -X contrib/debugshell.py \ > -X contrib/win32/hgwebdir_wsgi.py \ > -X doc/gendoc.py \ > -X doc/hgmanpage.py \ + > -X i18n/posplit \ > -X tests/test-hgweb-auth.py \ > -X tests/hypothesishelpers.py \ > -X tests/test-ctxmanager.py \