diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-10 11:53:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-10 11:53:03 +0000 |
commit | 631f2dd02ef68318355c9ffb7bfd4b83137426a2 (patch) | |
tree | f52f98daa05bf11d0e32f5d5cd05546a8a3501f9 /posix/PTESTS | |
parent | 04c216a86081390c5c89f28810f0a868d78e5e31 (diff) | |
download | glibc-631f2dd02ef68318355c9ffb7bfd4b83137426a2.zip glibc-631f2dd02ef68318355c9ffb7bfd4b83137426a2.tar.gz glibc-631f2dd02ef68318355c9ffb7bfd4b83137426a2.tar.bz2 |
Update.
1998-12-10 Ulrich Drepper <drepper@cygnus.com>
* posix/PTESTS: Fix typo.
* nis/nss_compat/compat-pwd.c: Fix handling of +/- entries.
Diffstat (limited to 'posix/PTESTS')
-rw-r--r-- | posix/PTESTS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/PTESTS b/posix/PTESTS index cc626fa..3580c81 100644 --- a/posix/PTESTS +++ b/posix/PTESTS @@ -232,7 +232,7 @@ 1¦2¦a\{2\}¦aaaa¦ 1¦7¦\([a-c]*\)\{0,\}¦aabcaab¦ 1¦2¦\(a\)\1\{1,2\}¦aabc¦ -1¦3¦\(a\)010{1,2\}¦aaaabc¦ +1¦3¦\(a\)010\{1,2\}¦aaaabc¦ 1¦4¦\(\(a\)\1\)\{1,2\}¦aaaabc¦ # GA140 1¦2¦a\{2\}¦aaaa¦ |