bug-cvs
[Top][All Lists]
Advanced

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

cvs -- sanity.sh invalid option nit


From: David Taylor
Subject: cvs -- sanity.sh invalid option nit
Date: Wed, 13 Apr 2011 14:50:21 -0400

In the file sanity.sh in cvs's src directory (on the trunk), test
basicb-21, there's the line:

    "admin: invalid option -- H

but what is actually printed by getopt in glibc (and hence by cvs) is:

    "admin: invalid option -- 'H'

(note the single quotes around the H).  This causes the test to fail.

Glibc has had the single quotes since, at least, release 2.9; the
current release is 2.13.




reply via email to

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