We don't really need the name of the test in the "test skipped" msg, and
having it there causes the line to wrap.
diff --git a/Lib/test/test_mhlib.py b/Lib/test/test_mhlib.py
index 3c675ae..a6dc00a 100644
--- a/Lib/test/test_mhlib.py
+++ b/Lib/test/test_mhlib.py
@@ -21,7 +21,7 @@
     # link counts, and that causes test_listfolders() here to get back
     # an empty list from its call of listallfolders().
     # The other tests here pass on Windows.
-    raise TestSkipped("test_mhlib skipped on %s -- " % sys.platform +
+    raise TestSkipped("skipped on %s -- " % sys.platform +
                       "too many Unix assumptions")
 
 _mhroot = TESTFN+"_MH"