/[cvs]/ccvs/src/sanity.sh
ViewVC logotype

Diff of /ccvs/src/sanity.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.752.2.176 by scjones, Wed Jun 22 18:56:02 2005 UTC revision 1.752.2.177 by dprice, Tue Sep 13 02:42:31 2005 UTC
# Line 666  else Line 666  else
666    exit 1    exit 1
667  fi  fi
668    
669    # Only 8 characters of $username appear in output.
670    if test `echo $username |wc -c` -gt 8; then
671      username=`echo $username |sed 's/^\(........\).*/\1/'`
672    fi
673    
674  # now make sure that tr works on NULs  # now make sure that tr works on NULs
675  tr_tooltest1 ()  tr_tooltest1 ()
676  {  {
# Line 16484  ${PROG} update: nonmergeable file needs Line 16489  ${PROG} update: nonmergeable file needs
16489  ${PROG} update: revision 1\.3 from repository is now in binfile  ${PROG} update: revision 1\.3 from repository is now in binfile
16490  ${PROG} update: file from working directory is now in \.#binfile\.1\.2  ${PROG} update: file from working directory is now in \.#binfile\.1\.2
16491  C binfile"  C binfile"
16492              dotest binfiles-con1b "$testcvs -q up" "C binfile"
16493    
16494    exit
16495    
16496            dotest binfiles-con2 "cmp binfile ../../1/binfile.dat" ''            dotest binfiles-con2 "cmp binfile ../../1/binfile.dat" ''
16497            dotest binfiles-con3 "cat .#binfile.1.2" 'edits in dir 2'            dotest binfiles-con3 "cat .#binfile.1.2" 'edits in dir 2'
16498    

Legend:
Removed from v.1.752.2.176  
changed lines
  Added in v.1.752.2.177

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26