commit | f90ae20354ceb501f0ba0b6459df17f1a8005a47 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Jun 11 06:22:31 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Jun 11 06:22:31 2002 +0000 |
tree | f9aae742cfa33ba10af2ed8152aff802430f626c | |
parent | 7981ce576c719e291dc901a3463e725b6be3c50e [diff] [blame] |
Patch #488073: AtheOS port.
diff --git a/Lib/test/test_mhlib.py b/Lib/test/test_mhlib.py index 91c1a1a..ef5877d 100644 --- a/Lib/test/test_mhlib.py +++ b/Lib/test/test_mhlib.py
@@ -12,7 +12,7 @@ import sys import mhlib -if sys.platform.startswith("win") or sys.platform=="riscos": +if sys.platform.startswith("win") or sys.platform=="riscos" or sys.platform.startswith("atheos"): raise TestSkipped("test_mhlib skipped on %s -- "%sys.platform + "too many Unix assumptions")