# HG changeset patch # User Matt Mackall # Date 1336510011 18000 # Node ID 6a7ce975edd67ef08acabfa44b350785b8c7b665 # Parent 726dd0fc7cfe4876b56988e989b01d0113bba00f tests: set a standard terminal type This makes test-ui-color.py happy when run in a dumb terminal. Spotted by Jesse Glick diff -r 726dd0fc7cfe -r 6a7ce975edd6 tests/run-tests.py --- a/tests/run-tests.py Sun May 06 17:12:22 2012 -0700 +++ b/tests/run-tests.py Tue May 08 15:46:51 2012 -0500 @@ -1187,6 +1187,7 @@ os.environ['http_proxy'] = '' os.environ['no_proxy'] = '' os.environ['NO_PROXY'] = '' + os.environ['TERM'] = 'xterm' # unset env related to hooks for k in os.environ.keys():