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

Message ID 597ed8ea-5aac-5691-820c-af737528c2df@redhat.com
State Committed
Headers
Series [COMMITTED] Fix typo in posix/tst-fnmatch.input (Bug 25790) |

Commit Message

Carlos O'Donell April 16, 2020, 2:38 a.m. UTC
  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(-)
  

Patch

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