From df1314801984738011676b539cedd2c2a41d1f6e Mon Sep 17 00:00:00 2001 From: Cyrus Harmon Date: Sun, 7 Oct 2007 20:21:58 +0000 Subject: [PATCH] 1.0.10.35: fix sb-posix test on linux * look for sys instead of wheel when testing getgrnam --- contrib/sb-posix/posix-tests.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/sb-posix/posix-tests.lisp b/contrib/sb-posix/posix-tests.lisp index 03568d6..6d5caa1 100644 --- a/contrib/sb-posix/posix-tests.lisp +++ b/contrib/sb-posix/posix-tests.lisp @@ -483,7 +483,7 @@ #-win32 (deftest grent.2 ;; make sure that we found something - (not (sb-posix:getgrnam "wheel")) + (not (sb-posix:getgrnam "sys")) nil) #-win32 diff --git a/version.lisp-expr b/version.lisp-expr index 21ef660..9c31178 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4