1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-31 06:50:06 +03:00

runtest: Fix return code in rngTest

This commit is contained in:
Nick Wellnhofer 2023-12-21 15:34:24 +01:00
parent f0df3e6d00
commit 882b3a8075

View File

@ -3809,7 +3809,7 @@ rngTest(const char *filename,
if (compareFileMem(err, testErrors, testErrorsSize)) {
fprintf(stderr, "Error for %s on %s failed\n", instance,
filename);
res = 1;
ret = 1;
}
}
globfree(&globbuf);