summaryrefslogtreecommitdiff
path: root/posix/testcases.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-10 11:39:40 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-10 11:39:40 +0000
commit04c216a86081390c5c89f28810f0a868d78e5e31 (patch)
tree340241d56542077a41617a12b87fe42bf2cc1fe0 /posix/testcases.h
parent38e110968123cfc3a85c50d79b656ad367d1a92f (diff)
Update.
1998-12-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de> * nis/nss_compat/compat-pwd.c: fix handling of +/- entries.
Diffstat (limited to 'posix/testcases.h')
-rw-r--r--posix/testcases.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/testcases.h b/posix/testcases.h
index d5dce0ae0f..5f3b38921a 100644
--- a/posix/testcases.h
+++ b/posix/testcases.h
@@ -39,7 +39,7 @@
{0, "a[b-d]", "aac"},
{0, "a[-b]", "a-"},
{0, "a[b-]", "a-"},
- {1, "a[b-a]", "-"},
+ {2, "a[b-a]", "-"},
{2, "a[]b", "-"},
{2, "a[", "-"},
{0, "a]", "a]"},