From: Sergey Poznyakoff Date: Sun, 29 Apr 2007 12:04:15 +0000 (+0000) Subject: Update X-Git-Tag: cvs-readonly~460 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a7ebfd1caaa58b6a7bc0b1d1510b0255604e804a;p=gnulib.git Update --- diff --git a/ChangeLog b/ChangeLog index dad169cb9..1b1443bea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-04-29 Sergey Poznyakoff + + * lib/argp-help.c (hol_cluster_cmp): Reverse comparison. Change + proposed by Sven Verdoolaege. + + * tests/test-argp.c: Fix option ordering. Test deeply clustered + options. + * tests/test-argp-2.sh (func_compare): Use diff instead of + cmp. Change proposed by Bruno Haible + (usage and help tests): Update + 2007-04-29 Bruno Haible * tests/test-fflush.c (main): Use a file of size 17, not 10. diff --git a/tests/test-argp-2.sh b/tests/test-argp-2.sh index 7d73f5ccd..f5edede78 100755 --- a/tests/test-argp-2.sh +++ b/tests/test-argp-2.sh @@ -26,15 +26,16 @@ func_compare() { # If argp was compiled without base_name, it will display full program name sed '1{ s,: [^ ]*/test-argp,: test-argp, - }' | diff -c $TMP - + }' | diff -pu $TMP - } #### # Test --usage output cat > $TMP < $TMP </dev/null && ERR=1 +#### +# Run built-in tests +./test-argp || ERR=1 + rm $TMP exit $ERR