aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/gtest_color_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gtest_color_test.py b/test/gtest_color_test.py
index 32db4b9a..1b686304 100755
--- a/test/gtest_color_test.py
+++ b/test/gtest_color_test.py
@@ -78,6 +78,7 @@ class GTestColorTest(unittest.TestCase):
self.assert_(UsesColor('cygwin', None, None))
self.assert_(UsesColor('xterm', None, None))
self.assert_(UsesColor('xterm-color', None, None))
+ self.assert_(UsesColor('xterm-256color', None, None))
def testFlagOnly(self):
"""Tests the case when there's --gtest_color but not GTEST_COLOR."""