wildmatch.hon commit t3070: disable unreliable fnmatch tests (f1cf7b7)
   1/* wildmatch.h */
   2
   3int wildmatch(const char *pattern, const char *text);
   4int iwildmatch(const char *pattern, const char *text);