From ecfd159f29d31d2cc08d4e5598346c04c9387636 Mon Sep 17 00:00:00 2001 From: Jim Wise Date: Wed, 9 Nov 2011 13:54:10 -0500 Subject: [PATCH] Skip testl fcntl.flock.2 on NetBSD. Not sure what's going on with this one -- getting a return status of '0' from child process, but don't see a path through code that will produce this. Will work on this further. --- contrib/sb-posix/posix-tests.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sb-posix/posix-tests.lisp b/contrib/sb-posix/posix-tests.lisp index b035e65..6cdc955 100644 --- a/contrib/sb-posix/posix-tests.lisp +++ b/contrib/sb-posix/posix-tests.lisp @@ -478,7 +478,7 @@ 42) -#-win32 +#-(or win32 netbsd) (deftest fcntl.flock.2 (locally (declare (sb-ext:muffle-conditions sb-ext:compiler-note)) (let ((flock (make-instance 'sb-posix:flock -- 1.7.10.4