diff -r b68af177937d -r b1b35a9051c3 tests/hghave --- a/tests/hghave Sun May 15 10:39:44 2016 +0900 +++ b/tests/hghave Sun May 15 10:40:26 2016 +0900 @@ -49,6 +49,7 @@ sys.path.insert(0, path) try: import hghaveaddon + assert hghaveaddon # silence pyflakes except BaseException as inst: sys.stderr.write('failed to import hghaveaddon.py from %r: %s\n' % (path, inst))