libvirt/tests/virconfdata
Daniel P. Berrangé f7df985684 src: switch from fnmatch to g_pattern_match_simple
The g_pattern_match function_simple is an acceptably close
approximation of fnmatch for libvirt's needs.

In contrast to fnmatch(), the '/' character can be matched
by the wildcards, there are no '[...]' character ranges and
'*' and '?' can not be escaped to include them literally in
a pattern.

Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2020-01-03 15:42:13 +00:00
..
fc4.conf tests: rename test_conf -> virconftest 2016-04-21 18:14:07 -04:00
fc4.out tests: rename test_conf -> virconftest 2016-04-21 18:14:07 -04:00
libvirtd.conf src: switch from fnmatch to g_pattern_match_simple 2020-01-03 15:42:13 +00:00
libvirtd.out src: switch from fnmatch to g_pattern_match_simple 2020-01-03 15:42:13 +00:00
no-newline.conf tests: rename test_conf -> virconftest 2016-04-21 18:14:07 -04:00
no-newline.out tests: rename test_conf -> virconftest 2016-04-21 18:14:07 -04:00