1.0.10.35: fix sb-posix test on linux
authorCyrus Harmon <ch-sbcl@bobobeach.com>
Sun, 7 Oct 2007 20:21:58 +0000 (20:21 +0000)
committerCyrus Harmon <ch-sbcl@bobobeach.com>
Sun, 7 Oct 2007 20:21:58 +0000 (20:21 +0000)
 * look for sys instead of wheel when testing getgrnam

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

index 03568d6..6d5caa1 100644 (file)
 #-win32
 (deftest grent.2
   ;; make sure that we found something
-  (not (sb-posix:getgrnam "wheel"))
+  (not (sb-posix:getgrnam "sys"))
   nil)
 
 #-win32
index 21ef660..9c31178 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.10.34"
+"1.0.10.35"