Mercurial > hg > octave-kai > gnulib-hg
diff tests/test-filevercmp.c @ 11471:8557d9d3cace
filevercmp: correct today's change
* lib/filevercmp.c: Also handle coreutils' test inputs.
* tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
author | Kamil Dudka <kdudka@redhat.com> |
---|---|
date | Thu, 09 Apr 2009 18:07:15 +0200 (2009-04-09) |
parents | ecb28ce608f1 |
children | e45d9bb2233e |
line wrap: on
line diff
--- a/tests/test-filevercmp.c +++ b/tests/test-filevercmp.c @@ -40,10 +40,23 @@ "", ".", "..", + ".0", + ".9", + ".A", + ".Z", ".a~", ".a", ".b~", ".b", + ".z", + ".zz~", + ".zz", + ".zz.~1~", + ".zz.0", + "0", + "9", + "A", + "Z", "a~", "a", "a.b~", @@ -74,6 +87,11 @@ "nss_ldap-1.0-0.1a.tar.gz", "nss_ldap-10beta1.fc8.tar.gz", "nss_ldap-10.11.8.6.20040204cvs.fc10.ebuild", + "z", + "zz~", + "zz", + "zz.~1~", + "zz.0", "#.b#", NULL };