Blame SOURCES/cvs-1.11.23-sanity.patch

814382
diff -up cvs-1.11.23/src/sanity.sh.old cvs-1.11.23/src/sanity.sh
814382
--- cvs-1.11.23/src/sanity.sh.old	2008-05-07 03:16:00.000000000 +0200
814382
+++ cvs-1.11.23/src/sanity.sh	2010-04-08 14:35:40.574373789 +0200
814382
@@ -2752,7 +2752,7 @@ ${PROG} \[admin aborted\]: attempt to de
814382
 	  dotest_fail basicb-21 "${testcvs} -q admin -H" \
814382
 "admin: illegal option -- H
814382
 ${PROG} \[admin aborted\]: specify ${PROG} -H admin for usage information" \
814382
-"admin: invalid option -- H
814382
+"admin: invalid option -- 'H'
814382
 ${PROG} \[admin aborted\]: specify ${PROG} -H admin for usage information"
814382
 	  cd ..
814382
 	  rmdir 1
814382
@@ -22192,7 +22198,7 @@ done"
814382
 "-r--r--r-- .*"
814382
 	  else
814382
 	    dotest modes-5 "ls -l ${CVSROOT_DIRNAME}/first-dir/aa,v" \
814382
-"-r--r--r-- .*"
814382
+"-r--r--r--.*"
814382
 	  fi
814382
 
814382
 	  # Test for whether we can set the execute bit.
814382
@@ -22213,7 +22219,7 @@ done"
814382
 "-r--r--r-- .*"
814382
 	  else
814382
 	    dotest modes-7 "ls -l ${CVSROOT_DIRNAME}/first-dir/aa,v" \
814382
-"-r--r--r-- .*"
814382
+"-r--r--r--.*"
814382
 	  fi
814382
 
814382
 	  # OK, now manually change the modes and see what happens.
814382
@@ -22236,7 +22242,7 @@ done"
814382
 "-r--r----- .*"
814382
 	  else
814382
 	    dotest modes-7b "ls -l ${CVSROOT_DIRNAME}/first-dir/aa,v" \
814382
-"-r--r----- .*"
814382
+"-r--r-----.*"
814382
 	  fi
814382
 
814382
 	  CVSUMASK=007