From 27d3fc8a546716dca12e47d4eea8f3cec4bbf94a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 5 Jan 2024 20:17:59 -0700 Subject: openbsd: more tests fixes. * tests/014/socket-basic.tl: Test for :openbsd also were we test for :bsd. * tests/014/glob-carray.tl: Likewise. * tests/017/glob-zarray.tl: Likewise. * tests/017/mmap.tl: Likewise. * tests/018/chmod.tl: Likewise. --- tests/017/mmap.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/017/mmap.tl') diff --git a/tests/017/mmap.tl b/tests/017/mmap.tl index d6b2781f..8ec75364 100644 --- a/tests/017/mmap.tl +++ b/tests/017/mmap.tl @@ -48,5 +48,5 @@ (assert (equal (file-get-buf fname) rndbuf0))) (remove-path fname))) -(unless (eq (os-symbol) :bsd) +(unless (meq (os-symbol) :bsd :openbsd) (test (ignerr (mmap (ffi char) 4096 prot-read map-anon)) nil)) -- cgit v1.2.3