Commit 0d93a234 authored by Thomas Heller's avatar Thomas Heller

Try to fix test_loading on openbsd.

parent 300269ae
......@@ -17,7 +17,7 @@ class LoaderTest(unittest.TestCase):
name = "libc.so"
elif sys.platform == "sunos5":
name = "libc.so"
elif sys.platform.startswith("netbsd"):
elif sys.platform.startswith("netbsd") or sys.platform.startswith("openbsd"):
name = "libc.so"
else:
name = "libc.so.6"
......
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