summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/017/mmap.tl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/017/mmap.tl b/tests/017/mmap.tl
index aab86a0e..818540a5 100644
--- a/tests/017/mmap.tl
+++ b/tests/017/mmap.tl
@@ -49,4 +49,5 @@
(assert (equal (file-get-buf fname) rndbuf0)))
(remove-path fname)))
-(assert (null (ignerr (mmap (ffi char) 4096 prot-read map-anon))))
+(unless (eq (os-symbol) :bsd)
+ (test (ignerr (mmap (ffi char) 4096 prot-read map-anon)) nil))