wok-next view cvs/stuff/patches/cvs-1.11.23-sanity.patch @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 diff -up cvs-1.11.23/src/sanity.sh.old cvs-1.11.23/src/sanity.sh
2 --- cvs-1.11.23/src/sanity.sh.old 2008-05-07 03:16:00.000000000 +0200
3 +++ cvs-1.11.23/src/sanity.sh 2010-04-08 14:35:40.574373789 +0200
4 @@ -2752,7 +2752,7 @@ ${PROG} \[admin aborted\]: attempt to de
5 dotest_fail basicb-21 "${testcvs} -q admin -H" \
6 "admin: illegal option -- H
7 ${PROG} \[admin aborted\]: specify ${PROG} -H admin for usage information" \
8 -"admin: invalid option -- H
9 +"admin: invalid option -- 'H'
10 ${PROG} \[admin aborted\]: specify ${PROG} -H admin for usage information"
11 cd ..
12 rmdir 1
13 @@ -22192,7 +22198,7 @@ done"
14 "-r--r--r-- .*"
15 else
16 dotest modes-5 "ls -l ${CVSROOT_DIRNAME}/first-dir/aa,v" \
17 -"-r--r--r-- .*"
18 +"-r--r--r--.*"
19 fi
21 # Test for whether we can set the execute bit.
22 @@ -22213,7 +22219,7 @@ done"
23 "-r--r--r-- .*"
24 else
25 dotest modes-7 "ls -l ${CVSROOT_DIRNAME}/first-dir/aa,v" \
26 -"-r--r--r-- .*"
27 +"-r--r--r--.*"
28 fi
30 # OK, now manually change the modes and see what happens.
31 @@ -22236,7 +22242,7 @@ done"
32 "-r--r----- .*"
33 else
34 dotest modes-7b "ls -l ${CVSROOT_DIRNAME}/first-dir/aa,v" \
35 -"-r--r----- .*"
36 +"-r--r-----.*"
37 fi
39 CVSUMASK=007