add SB-EXT:*SUPPRESS-PRINT-ERRORS* modelled after *BREAK-ON-SIGNALS*
[sbcl.git] / contrib / sb-posix / posix-tests.lisp
index 6cdc955..776cbbc 100644 (file)
       (typep
        (sb-posix:syscall-errno c)
        '(member
-         #+darwin
+         #+bsd
          #.sb-posix:eisdir
          #+win32
          #.sb-posix::eacces
          #.sb-posix::enotempty
          #+sunos
          #.sb-posix::einval
-         #-(or darwin win32 sunos)
+         #-(or bsd win32 sunos)
          #.sb-posix::ebusy)))) t)
 
 (deftest rmdir.error.4