cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/src ChangeLog sanity.sh


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs/src ChangeLog sanity.sh
Date: Thu, 28 Apr 2011 23:49:19 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Mark D. Baushke <mdb>   11/04/28 23:49:19

Modified files:
        src            : ChangeLog sanity.sh 

Log message:
        * sanity.sh (basicb-21): The getopt() in glibc 2.9 thru 2.13 are
        not posix.2 compliant. They use "%s: invalid option -- '%c'\n"
        instead of "%s: illegal option -- %c\n", so adjust the expr.
        (Reported by David Taylor <address@hidden>.)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/ChangeLog?cvsroot=cvs&r1=1.3647&r2=1.3648
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/sanity.sh?cvsroot=cvs&r1=1.1219&r2=1.1220

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/ChangeLog,v
retrieving revision 1.3647
retrieving revision 1.3648
diff -u -b -r1.3647 -r1.3648
--- ChangeLog   30 Mar 2011 19:50:19 -0000      1.3647
+++ ChangeLog   28 Apr 2011 23:49:18 -0000      1.3648
@@ -1,3 +1,10 @@
+2011-04-28  Mark D. Baushke  <address@hidden>
+
+       * sanity.sh (basicb-21): The getopt() in glibc 2.9 thru 2.13 are
+       not posix.2 compliant. They use "%s: invalid option -- '%c'\n"
+       instead of "%s: illegal option -- %c\n", so adjust the expr.
+       (Reported by David Taylor <address@hidden>.)
+       
 2011-03-30  Larry Jones  <address@hidden>
 
        * gpg.c (parse_signature_subpacket): Correct spout->raw memory

Index: sanity.sh
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/sanity.sh,v
retrieving revision 1.1219
retrieving revision 1.1220
diff -u -b -r1.1219 -r1.1220
--- sanity.sh   12 Nov 2009 02:27:16 -0000      1.1219
+++ sanity.sh   28 Apr 2011 23:49:18 -0000      1.1220
@@ -3980,9 +3980,9 @@
          # lib/getopt.c will use POSIX when __posixly_correct
          # otherwise the other, so accept both of them. -- mdb
          dotest_fail basicb-21 "${testcvs} -q admin -H" \
-"admin: invalid option -- H
+"admin: invalid option -- ${DOTSTAR}H${DOTSTAR}
 ${CPROG} \[admin aborted\]: specify ${CPROG} -H admin for usage information" \
-"admin: illegal option -- H
+"admin: illegal option -- ${DOTSTAR}H${DOTSTAR}
 ${CPROG} \[admin aborted\]: specify ${CPROG} -H admin for usage information"
          cd ..
          rmdir 1



reply via email to

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