diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-10 11:39:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-10 11:39:40 +0000 |
commit | 04c216a86081390c5c89f28810f0a868d78e5e31 (patch) | |
tree | 340241d56542077a41617a12b87fe42bf2cc1fe0 /posix/testcases.h | |
parent | 38e110968123cfc3a85c50d79b656ad367d1a92f (diff) | |
download | glibc-04c216a86081390c5c89f28810f0a868d78e5e31.tar glibc-04c216a86081390c5c89f28810f0a868d78e5e31.tar.gz glibc-04c216a86081390c5c89f28810f0a868d78e5e31.tar.bz2 glibc-04c216a86081390c5c89f28810f0a868d78e5e31.zip |
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.h | 2 |
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]"}, |