diff options
Diffstat (limited to 'tests/017/mmap.tl')
-rw-r--r-- | tests/017/mmap.tl | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |