Running on solaris 2.7 I had to change sanity.sh as per patch attached.


-----------------------------------------------------------------------
| Simon Liddington                 | Tel (home): +44 23 8023 7935     |
| [EMAIL PROTECTED]                   | Tel (work): +44 23 8068 3521     |
-----------------------------------------------------------------------
--- cvs-1.11.1p1/src/sanity.sh.orig     Mon Jun 18 12:01:46 2001
+++ cvs-1.11.1p1/src/sanity.sh  Mon Jun 18 12:01:46 2001
@@ -1599,8 +1599,8 @@
 
          if $remote; then
                dotest version-2r "${testcvs} version" \
-'Client: Concurrent Versions System (CVS) [0-9.]* (client/server)
-Server: Concurrent Versions System (CVS) [0-9.]* (client/server)'
+'Client: Concurrent Versions System (CVS) [0-9.p]* (client/server)
+Server: Concurrent Versions System (CVS) [0-9.p]* (client/server)'
          else
                dotest version-2 "${testcvs} version" \
 'Concurrent Versions System (CVS) [0-9.]*.*'
@@ -21856,11 +21856,11 @@
          # so that the next test doesn't get trace messages for
          # Entries.Log
          dotest multiroot2-8 "${testcvs} update" \
-"${PROG} update: Updating \.
+"${PROG} update: Updating .
 ${PROG} update: Updating dir1
 ${PROG} update: Updating dir1/sdir
 ${PROG} update: Updating dir1/sdir/ssdir" \
-"${PROG} server: Updating \.
+"${PROG} server: Updating .
 ${PROG} server: Updating dir1
 ${PROG} server: Updating dir1
 ${PROG} server: Updating dir1/sdir
@@ -21872,7 +21872,7 @@
          if $remote; then :; else
            dotest multiroot2-9 "${testcvs} -t update" \
 " -> main loop with CVSROOT=${TESTDIR}/root1
-${PROG} update: Updating \.
+${PROG} update: Updating .
 ${PROG} update: Updating dir1
  -> main loop with CVSROOT=${TESTDIR}/root2
 ${PROG} update: Updating dir1/sdir

Reply via email to