+2006-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/test-argp-2.sh: Fix test to match actual output.
+ (func_compare): Fix sed script to be portable.
+
2006-12-05 Paul Eggert <eggert@cs.ucla.edu>
* lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
func_compare() {
# If argp was compiled without base_name, it will display full program name
- sed '1{s,: [^ ]*/test-argp,: test-argp,;}' | cmp - $TMP
+ sed '1{
+ s,: [^ ]*/test-argp,: test-argp,
+ }' | cmp - $TMP
}
####
one one unit
two two units
- -?, --help Give this help list
- --usage Give a short usage message
- -V, --version Print program version
+ -?, --help give this help list
+ --usage give a short usage message
+ -V, --version print program version
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.