]> granicus.if.org Git - python/commitdiff
Try to fix test_loading on openbsd.
authorThomas Heller <theller@ctypes.org>
Thu, 30 Mar 2006 19:16:15 +0000 (19:16 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 30 Mar 2006 19:16:15 +0000 (19:16 +0000)
Lib/ctypes/test/test_loading.py

index 37acf55fbc66acb672b65e73cd5659d3f06cafc5..84e54e17bd112c6ff0770da60b895d9019b47e17 100644 (file)
@@ -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"