about summary refs log tree commit diff
path: root/posix/PTESTS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-10 11:53:03 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-10 11:53:03 +0000
commit631f2dd02ef68318355c9ffb7bfd4b83137426a2 (patch)
treef52f98daa05bf11d0e32f5d5cd05546a8a3501f9 /posix/PTESTS
parent04c216a86081390c5c89f28810f0a868d78e5e31 (diff)
downloadglibc-631f2dd02ef68318355c9ffb7bfd4b83137426a2.tar.gz
glibc-631f2dd02ef68318355c9ffb7bfd4b83137426a2.tar.xz
glibc-631f2dd02ef68318355c9ffb7bfd4b83137426a2.zip
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/PTESTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/PTESTS b/posix/PTESTS
index cc626fa182..3580c81a03 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¦