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 [signed-commits2]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/sanity.sh [signed-commits2]
Date: Sat, 10 Dec 2005 11:40:32 -0500

Index: ccvs/src/sanity.sh
diff -u ccvs/src/sanity.sh:1.1095.4.33 ccvs/src/sanity.sh:1.1095.4.34
--- ccvs/src/sanity.sh:1.1095.4.33      Fri Dec  9 20:56:56 2005
+++ ccvs/src/sanity.sh  Sat Dec 10 16:40:28 2005
@@ -24661,12 +24661,16 @@
 "${testcvs} ci -F ${TESTDIR}/comment.tmp file1" \
 "${SPROG} commit: sticky tag .1\.3. for file .file1. is not a branch
 ${SPROG} \[commit aborted\]: correct above errors first!"
-         dotest keywordlog-4b-2 "cat CVS/Base/.#file1.1.3" initial
+         if test -z "$CVSNOBASES"; then
+           dotest keywordlog-4b-2 "cat CVS/Base/.#file1.1.3" initial
+         fi
          dotest keywordlog-4b-3 "cat file1" \
 'initial
 xx $''Log$'
          dotest keywordlog-4c "$testcvs -q update -A" "M file1"
-         dotest keywordlog-4c-2 "cat CVS/Base/.#file1.1.3" initial
+         if test -z "$CVSNOBASES"; then
+           dotest keywordlog-4c-2 "cat CVS/Base/.#file1.1.3" initial
+         fi
          dotest keywordlog-4c-3 "cat file1" \
 'initial
 xx $''Log$'




reply via email to

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