commit | 51f461fbd3b42a170bccbd0864a91de4a2e5a541 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Nov 23 22:34:04 2014 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Nov 23 22:34:04 2014 -0600 |
tree | 8ea93c3c87dbe446c7dd4c617006f6dc25942fa1 | |
parent | 98b1b24feaedf5b75ac989beb0b1298ec23424a2 [diff] [blame] |
is OpenIndiana actually sunos?
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index c89959b..c2f90b2 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py
@@ -25,7 +25,7 @@ if gdb_major_version < 7: raise unittest.SkipTest("gdb versions before 7.0 didn't support python embedding" " Saw:\n" + gdb_version) -if sys.platform.startswith("solaris"): +if sys.platform.startswith("sunos"): raise unittest.SkipTest("test doesn't work very well on Solaris")