From 04c216a86081390c5c89f28810f0a868d78e5e31 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 10 Dec 1998 11:39:40 +0000 Subject: Update. 1998-12-10 Thorsten Kukuk * nis/nss_compat/compat-pwd.c: fix handling of +/- entries. --- posix/ptestcases.h | 15 --------------- posix/testcases.h | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) (limited to 'posix') diff --git a/posix/ptestcases.h b/posix/ptestcases.h index 1618fe7..76cbb6c 100644 --- a/posix/ptestcases.h +++ b/posix/ptestcases.h @@ -42,11 +42,6 @@ { -1, -1, "\\(^*ab\\)", "^*ab", }, { -1, -1, "\\(^*b\\)", "a*b", }, { -1, -1, "\\(^*b\\)", "^*b", }, - { 0, 0, "GA113(2)", NULL, }, - { -1, -1, "\\(^*ab\\)", "*ab", }, - { -1, -1, "\\(^*ab\\)", "^*ab", }, - { 1, 1, "\\(^*b\\)", "b", }, - { 1, 3, "\\(^*b\\)", "^^b", }, { 0, 0, "GA114", NULL, }, { 1, 3, "a^b", "a^b", }, { 1, 3, "a\\^b", "a^b", }, @@ -275,11 +270,6 @@ { 1, 1, "\\(^^\\)", "^^", }, { 1, 3, "\\(^abc\\)", "abcdef", }, { -1, -1, "\\(^def\\)", "abcdef", }, - { 0, 0, "GA145(2)", NULL, }, - { -1, -1, "\\(^a\\)\\1", "aabc", }, - { 1, 4, "\\(^a\\)\\1", "^a^abc", }, - { -1, -1, "\\(^^a\\)", "^a", }, - { 1, 2, "\\(^^\\)", "^^", }, { 0, 0, "GA146", NULL, }, { 3, 3, "a$", "cba", }, { -1, -1, "a$", "abc", }, @@ -295,11 +285,6 @@ { 1, 2, "\\(ab$\\)", "ab", }, { 4, 6, "\\(def$\\)", "abcdef", }, { -1, -1, "\\(abc$\\)", "abcdef", }, - { 0, 0, "GA147(2)", NULL, }, - { -1, -1, "\\(a$\\)\\1", "bcaa", }, - { 2, 5, "\\(a$\\)\\1", "ba$a$", }, - { -1, -1, "\\(ab$\\)", "ab", }, - { 1, 3, "\\(ab$\\)", "ab$", }, { 0, 0, "GA148", NULL, }, { 0, 0, "^$", "", }, { 1, 3, "^abc$", "abc", }, diff --git a/posix/testcases.h b/posix/testcases.h index d5dce0a..5f3b389 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]"}, -- cgit v1.1