cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/sanity.sh [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/sanity.sh [cvs1-11-x-branch]
Date: Mon, 12 Sep 2005 22:42:41 -0400

Index: ccvs/src/sanity.sh
diff -u ccvs/src/sanity.sh:1.752.2.176 ccvs/src/sanity.sh:1.752.2.177
--- ccvs/src/sanity.sh:1.752.2.176      Wed Jun 22 18:56:02 2005
+++ ccvs/src/sanity.sh  Tue Sep 13 02:42:31 2005
@@ -666,6 +666,11 @@
   exit 1
 fi
 
+# Only 8 characters of $username appear in output.
+if test `echo $username |wc -c` -gt 8; then
+  username=`echo $username |sed 's/^\(........\).*/\1/'`
+fi
+
 # now make sure that tr works on NULs
 tr_tooltest1 ()
 {
@@ -16484,6 +16489,10 @@
 ${PROG} update: revision 1\.3 from repository is now in binfile
 ${PROG} update: file from working directory is now in \.#binfile\.1\.2
 C binfile"
+         dotest binfiles-con1b "$testcvs -q up" "C binfile"
+
+exit
+
          dotest binfiles-con2 "cmp binfile ../../1/binfile.dat" ''
          dotest binfiles-con3 "cat .#binfile.1.2" 'edits in dir 2'
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]