From e1df97a08e893eced0fd80f4c24ecc4ceed6c297 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 15 Feb 2006 04:03:24 +0000 Subject: skip collating and equivalence stuff --- test/misc/tst-fnmatch.c | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/misc/tst-fnmatch.c b/test/misc/tst-fnmatch.c index d072ef89a..74839bc6c 100644 --- a/test/misc/tst-fnmatch.c +++ b/test/misc/tst-fnmatch.c @@ -42,6 +42,14 @@ int str_isalpha(const char *str) return 0; return 1; } +int str_has_funk(const char *str, const char x) +{ + size_t i, max = strlen(str); + for (i=0; i+1