Commit 68ac3318 authored by Benjamin Peterson's avatar Benjamin Peterson

Merged revisions 64358 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64358 | benjamin.peterson | 2008-06-17 18:01:59 -0500 (Tue, 17 Jun 2008) | 1 line

  add needed import
........
parent 3c0dd067
......@@ -1756,6 +1756,7 @@ globals().update(testcases_threads)
def test_main(run=None):
if sys.platform.startswith("linux") and not os.path.exists("/dev/shm"):
from test.test_support import TestSkipped
raise TestSkipped("Missing required /dev/shm device on Linux!")
if run is None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment