diff options
author | Carlos O'Donell <carlos@redhat.com> | 2020-04-06 10:34:05 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2020-04-15 22:31:40 -0400 |
commit | 70dfcd9b6c6fab492380a33b79e99cb9f9f438e9 (patch) | |
tree | d699bafc85674dbbc73c4cacc7a91d10e1573eda | |
parent | 076f09afbac1aa57756faa7a8feadb7936a724e4 (diff) | |
download | glibc-70dfcd9b6c6fab492380a33b79e99cb9f9f438e9.tar.gz glibc-70dfcd9b6c6fab492380a33b79e99cb9f9f438e9.tar.xz glibc-70dfcd9b6c6fab492380a33b79e99cb9f9f438e9.zip |
Fix typo in posix/tst-fnmatch.input (Bug 25790)
Reported-by: Michael Builov <mbuilov@gmail.com>
-rw-r--r-- | posix/tst-fnmatch.input | 2 |
1 files changed, 1 insertions, 1 deletions
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 |