aboutsummaryrefslogtreecommitdiffstats
path: root/test/fnmatch.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/fnmatch.ok')
-rw-r--r--test/fnmatch.ok12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/fnmatch.ok b/test/fnmatch.ok
index cc17c6b1..fd8a78ce 100644
--- a/test/fnmatch.ok
+++ b/test/fnmatch.ok
@@ -1,9 +1,9 @@
FNM_NOMATCH = 1
-FNM["LEADING_DIR"] = 8
-FNM["CASEFOLD"] = 16
-FNM["NOESCAPE"] = 2
-FNM["PERIOD"] = 4
-FNM["PATHNAME"] = 1
-FNM["FILE_NAME"] = 1
+"LEADING_DIR" is an element in FNM
+"CASEFOLD" is an element in FNM
+"NOESCAPE" is an element in FNM
+"PERIOD" is an element in FNM
+"PATHNAME" is an element in FNM
+"FILE_NAME" is an element in FNM
fnmatch("*.a", "foo.a", 0) = 0
fnmatch("*.a", "foo.c", 0) = 1