X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fposix-tests.lisp;h=776cbbcea7f68f8076a65c5c923bfcff59bc3539;hb=219cc40793f9c82fb943b29a1846f898f4f9de1e;hp=89ace44488975c39c21fee6c9708b040b1e0e2b4;hpb=d94c1b4a8c534bde146823f56558faf37cd4c4d7;p=sbcl.git diff --git a/contrib/sb-posix/posix-tests.lisp b/contrib/sb-posix/posix-tests.lisp index 89ace44..776cbbc 100644 --- a/contrib/sb-posix/posix-tests.lisp +++ b/contrib/sb-posix/posix-tests.lisp @@ -174,7 +174,7 @@ (typep (sb-posix:syscall-errno c) '(member - #+darwin + #+bsd #.sb-posix:eisdir #+win32 #.sb-posix::eacces @@ -182,7 +182,7 @@ #.sb-posix::enotempty #+sunos #.sb-posix::einval - #-(or darwin win32 sunos) + #-(or bsd win32 sunos) #.sb-posix::ebusy)))) t) (deftest rmdir.error.4 @@ -478,7 +478,7 @@ 42) -#-(or win32 openbsd netbsd) +#-(or win32 netbsd) (deftest fcntl.flock.2 (locally (declare (sb-ext:muffle-conditions sb-ext:compiler-note)) (let ((flock (make-instance 'sb-posix:flock