[COMMITTED] Fix typo in posix/tst-fnmatch.input (Bug 25790)

Carlos O'Donell carlos@redhat.com
Thu Apr 16 02:38:11 GMT 2020


Fix typo in posix/tst-fnmatch.input (Bug 25790)

Reported-by: Michael Builov <mbuilov@gmail.com>
---
 posix/tst-fnmatch.input | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/posix/tst-fnmatch.input b/posix/tst-fnmatch.input
index c8a5bf6913..17231a7c54 100644
--- a/posix/tst-fnmatch.input
+++ b/posix/tst-fnmatch.input
@@ -801,7 +801,7 @@ C		"foot"			"@(!(z*)|*x)"	       0       EXTMATCH
 C		"zoot"			"@(!(z*)|*x)"	       NOMATCH EXTMATCH
 C		"foox"			"@(!(z*)|*x)"	       0       EXTMATCH
 C		"zoox"			"@(!(z*)|*x)"	       0       EXTMATCH
-C		"foo"			"*(!(foo))	       0       EXTMATCH
+C		"foo"			"*(!(foo))"	       0       EXTMATCH
 C		"foob"			"!(foo)b*"	       NOMATCH EXTMATCH
 C		"foobb"			"!(foo)b*"	       0       EXTMATCH
 C		"["			"*([a[])"	       0       EXTMATCH
-- 
2.21.1


-- 
Cheers,
Carlos.



More information about the Libc-alpha mailing list