]> granicus.if.org Git - python/commitdiff
We don't really need the name of the test in the "test skipped" msg, and
authorTim Peters <tim.peters@gmail.com>
Sun, 4 Aug 2002 22:55:35 +0000 (22:55 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 4 Aug 2002 22:55:35 +0000 (22:55 +0000)
having it there causes the line to wrap.

Lib/test/test_mhlib.py

index 3c675ae501e08238795d020dd0947e61c77a14b3..a6dc00ad929500782b968556df6d1aa175f952ea 100644 (file)
@@ -21,7 +21,7 @@ if (sys.platform.startswith("win") or sys.platform=="riscos" or
     # 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"