summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2009-04-09 13:22:23 +0200
committerJim Meyering <meyering@redhat.com>2009-04-09 14:01:50 +0200
commit4fd008794167d43f31b6d2cb565597a14c59d10a (patch)
tree20e050d7f5afbec31336c69469975cf2d1a50b70 /tests
parentd29d6c11acd73086ac7ffabb9a451faa1d4984f9 (diff)
downloadgnulib-4fd008794167d43f31b6d2cb565597a14c59d10a.tar.gz
filevercmp: fix regression
Diffstat (limited to 'tests')
-rw-r--r--tests/test-filevercmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-filevercmp.c b/tests/test-filevercmp.c
index 9933b8a424..700e182777 100644
--- a/tests/test-filevercmp.c
+++ b/tests/test-filevercmp.c
@@ -37,6 +37,7 @@
/* set of well sorted examples */
static const char *const examples[] =
{
+ "",
".",
"..",
".a~",
@@ -73,6 +74,7 @@ static const char *const examples[] =
"nss_ldap-1.0-0.1a.tar.gz",
"nss_ldap-10beta1.fc8.tar.gz",
"nss_ldap-10.11.8.6.20040204cvs.fc10.ebuild",
+ "#.b#",
NULL
};