loosen solaris test
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py
index 9cfe3e4..c89959b 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 == "solaris":
+if sys.platform.startswith("solaris"):
     raise unittest.SkipTest("test doesn't work very well on Solaris")