Kaydet (Commit) aa4e47a0 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add needed import

üst ed77f2e1
......@@ -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