summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mhlib.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-08-04 22:55:35 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-08-04 22:55:35 (GMT)
commit6782d6aa91d9412c5b5a2ee0c12083a9f15f65a7 (patch)
tree7b3309483a33f4604258512e8a4fc927ea5f4916 /Lib/test/test_mhlib.py
parent283ead8bf238c0cd592da1b943185edf212422b9 (diff)
downloadcpython-6782d6aa91d9412c5b5a2ee0c12083a9f15f65a7.zip
cpython-6782d6aa91d9412c5b5a2ee0c12083a9f15f65a7.tar.gz
cpython-6782d6aa91d9412c5b5a2ee0c12083a9f15f65a7.tar.bz2
We don't really need the name of the test in the "test skipped" msg, and
having it there causes the line to wrap.
Diffstat (limited to 'Lib/test/test_mhlib.py')
-rw-r--r--Lib/test/test_mhlib.py2
1 files changed, 1 insertions, 1 deletions
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 @@ 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"