1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-24 13:33:01 +03:00

Don't create missing.xml when running testapi

Side effect of b31e07db. Use a non-existing directory to avoid creating
a file.
This commit is contained in:
Nick Wellnhofer
2022-08-26 02:49:25 +02:00
parent 39dfb048a8
commit b218abce43
2 changed files with 1 additions and 4 deletions

View File

@@ -443,7 +443,7 @@ static void des_eaten_name(int no ATTRIBUTE_UNUSED, xmlChar *val ATTRIBUTE_UNUSE
#define gen_nb_fileoutput 6
static const char *gen_fileoutput(int no, int nr ATTRIBUTE_UNUSED) {
if (no == 0) return("missing.xml");
if (no == 0) return("missing/dir/missing.xml");
if (no == 1) return("<foo/>");
if (no == 2) return(REMOTE2GOOD);
if (no == 3) return(REMOTE1GOOD);