aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2020-04-06 10:34:05 -0400
committerCarlos O'Donell <carlos@redhat.com>2020-04-15 22:31:40 -0400
commit70dfcd9b6c6fab492380a33b79e99cb9f9f438e9 (patch)
treed699bafc85674dbbc73c4cacc7a91d10e1573eda
parent076f09afbac1aa57756faa7a8feadb7936a724e4 (diff)
downloadglibc-70dfcd9b6c6fab492380a33b79e99cb9f9f438e9.tar
glibc-70dfcd9b6c6fab492380a33b79e99cb9f9f438e9.tar.gz
glibc-70dfcd9b6c6fab492380a33b79e99cb9f9f438e9.tar.bz2
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.input2
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