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


From: Mark D . Baushke
Subject: [Cvs-cvs] Changes to ccvs/src/sanity.sh
Date: Sun, 13 Nov 2005 06:47:22 -0500

Index: ccvs/src/sanity.sh
diff -u ccvs/src/sanity.sh:1.1100 ccvs/src/sanity.sh:1.1101
--- ccvs/src/sanity.sh:1.1100   Sat Nov 12 20:27:10 2005
+++ ccvs/src/sanity.sh  Sun Nov 13 11:47:18 2005
@@ -23928,7 +23928,7 @@
            chmod ugo=r ${CVSROOT_DIRNAME}/first-dir/aa,v
          fi
          dotest modes-execute-1 "${testcvs} admin --execute aa" \
-"RCS file: /tmp/cvs-sanity/cvsroot/first-dir/aa,v
+"RCS file: $CVSROOT_DIRNAME/first-dir/aa,v
 done"
          # Cygwin.
          if test -n "$remotehost"; then
@@ -23942,7 +23942,7 @@
 
          # Test if admin --no-execute removes the execute bit:
          dotest modes-execute-3 "${testcvs} admin --no-execute aa" \
-"RCS file: /tmp/cvs-sanity/cvsroot/first-dir/aa,v
+"RCS file: $CVSROOT_DIRNAME/first-dir/aa,v
 done"
          # Cygwin.
          if test -n "$remotehost"; then
@@ -23986,7 +23986,7 @@
          # Checkout --no-execute
          # Test if admin --no-execute removes the execute bit:
          dotest modes-execute-5 "${testcvs} admin --no-execute ab" \
-"RCS file: /tmp/cvs-sanity/cvsroot/first-dir/ab,v
+"RCS file: $CVSROOT_DIRNAME/first-dir/ab,v
 done"
          # Cygwin.
          if test -n "$remotehost"; then
@@ -23998,7 +23998,7 @@
 "ls -l ${CVSROOT_DIRNAME}/first-dir/ab,v" \
 "-r--r----- .*"
          dotest modes-execute-7 "${testcvs} admin --execute ab" \
-"RCS file: /tmp/cvs-sanity/cvsroot/first-dir/ab,v
+"RCS file: $CVSROOT_DIRNAME/first-dir/ab,v
 done"
           fi
          # Cygwin.




reply via email to

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