From: Peter Krempa Date: Tue, 17 Sep 2013 13:22:42 +0000 (+0200) Subject: tests: metadatatest: Quiesce errors on expected paths X-Git-Tag: CVE-2013-4311~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935c031730d9ea83eba1b6a224176a932c6fb8c8;p=thirdparty%2Flibvirt.git tests: metadatatest: Quiesce errors on expected paths Use the helper added in previous patch to quiesce errors from this test that was spamming logs on normal test runs. --- diff --git a/tests/metadatatest.c b/tests/metadatatest.c index 6bcf3355d2..30c43ba7a8 100644 --- a/tests/metadatatest.c +++ b/tests/metadatatest.c @@ -229,6 +229,8 @@ mymain(void) return EXIT_FAILURE; } + virtTestQuiesceLibvirtErrors(false); + if (virtTestRun("Assign metadata ", 1, testAssignMetadata, &test) < 0) ret = EXIT_FAILURE; if (virtTestRun("Rewrite Metadata ", 1, testRewriteMetadata, &test) < 0)