We don't really need the name of the test in the "test skipped" msg, and

having it there causes the line to wrap.
This commit is contained in:
Tim Peters 2002-08-04 22:55:35 +00:00
parent 283ead8bf2
commit 6782d6aa91
1 changed files with 1 additions and 1 deletions

View 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"