1.0.22.16: mkdtemp is unimplemented on Solaris
authorBrian Mastenbrook <bmastenb@cs.indiana.edu>
Wed, 5 Nov 2008 03:46:46 +0000 (03:46 +0000)
committerBrian Mastenbrook <bmastenb@cs.indiana.edu>
Wed, 5 Nov 2008 03:46:46 +0000 (03:46 +0000)
 * ... so don't fail SB-POSIX tests because it's not there.

contrib/sb-posix/posix-tests.lisp
version.lisp-expr

index 2a97c4c..272209f 100644 (file)
           (delete-file temp))))
   t "mkstemp-1")
 
-#-win32
+#-(or win32 sunos)
+;;; mkdtemp is unimplemented on at least Solaris 10
 (deftest mkdtemp.1
     (let ((pathname
            (sb-ext:parse-native-namestring
index c97b3e4..512b574 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.22.15"
+"1.0.22.16"