aboutsummaryrefslogtreecommitdiffstats
path: root/test/fnmatch.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/fnmatch.ok')
-rw-r--r--test/fnmatch.ok9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fnmatch.ok b/test/fnmatch.ok
new file mode 100644
index 00000000..fd8a78ce
--- /dev/null
+++ b/test/fnmatch.ok
@@ -0,0 +1,9 @@
+FNM_NOMATCH = 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