From: Ulrich Drepper Date: Tue, 18 Jan 2000 10:53:48 +0000 (+0000) Subject: Fix expected result for test cases with * with no leading expression. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d578e57540c1c5748aea663f6a8a7a675fb858ee;p=thirdparty%2Fglibc.git Fix expected result for test cases with * with no leading expression. --- diff --git a/posix/TESTS b/posix/TESTS index 858e22315e0..f2c98864058 100644 --- a/posix/TESTS +++ b/posix/TESTS @@ -54,10 +54,10 @@ 0:ab|cd:abcd 0:()ef:def 0:()*:- -1:*a:- -0:^*:- -0:$*:- -1:(*)b:- +2:*a:- +2:^*:- +2:$*:- +2:(*)b:- 1:$b:b 2:a\:- 0:a\(b:a(b