#include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>
+#include <string.h>
#include <errno.h>
#include <glob.h>
/* if a magic char (*?[]) was in pattern
* and no path matched we report error early,
* otherwise proceed as normal */
- return (pglob->gl_flags & GLOB_MAGCHAR) ?
+ return (strpbrk(pattern, "[]*?")) ?
(ISC_R_FILENOTFOUND) : (ISC_R_SUCCESS);
case GLOB_NOSPACE:
./bin/tests/system/idna/tests.sh SH 2018,2019
./bin/tests/system/ifconfig.bat BAT 2016,2018,2019
./bin/tests/system/ifconfig.sh SH 2000,2001,2002,2003,2004,2007,2008,2009,2010,2012,2013,2016,2018,2019
+./bin/tests/system/include-multiplecfg/clean.sh SH 2019
+./bin/tests/system/include-multiplecfg/setup.sh SH 2019
+./bin/tests/system/include-multiplecfg/tests.sh SH 2019
./bin/tests/system/inline/clean.sh SH 2011,2012,2013,2014,2015,2016,2017,2018,2019
./bin/tests/system/inline/ns1/sign.sh SH 2011,2012,2014,2016,2017,2018,2019
./bin/tests/system/inline/ns3/sign.sh SH 2011,2012,2013,2014,2016,2017,2018,2019