From: Peter Krempa Date: Wed, 7 Oct 2020 09:33:30 +0000 (+0200) Subject: virschematest: Fix testing of 'nwfilter' xmls X-Git-Tag: v6.9.0-rc1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dce8109f9225faa5700d6f1afa0b7ac09400d43;p=thirdparty%2Flibvirt.git virschematest: Fix testing of 'nwfilter' xmls The files are under 'src/nwfilter/xml' Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/tests/virschematest.c b/tests/virschematest.c index 816305d776..0a1639bf44 100644 --- a/tests/virschematest.c +++ b/tests/virschematest.c @@ -276,7 +276,7 @@ static const struct testSchemaEntry schemaNodedev[] = { static const struct testSchemaEntry schemaNwfilter[] = { { .dir = "tests/nwfilterxml2xmlout" }, - { .dir = "src/nwfilter" }, + { .dir = "src/nwfilter/xml" }, }; static const struct testSchemaEntry schemaNwfilterbinding[] = {