mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
nwfilterxml2firewalltest: Strip path from test output via virCommandSetDryRun
Enable the internal path clearing instead of using virTestClearCommandPath. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
76af07c278
commit
17a8d82791
@ -375,7 +375,7 @@ static int testCompareXMLToArgvFiles(const char *xml,
|
||||
|
||||
memset(&inst, 0, sizeof(inst));
|
||||
|
||||
virCommandSetDryRun(dryRunToken, &buf, false, false, NULL, NULL);
|
||||
virCommandSetDryRun(dryRunToken, &buf, false, true, NULL, NULL);
|
||||
|
||||
if (!vars)
|
||||
goto cleanup;
|
||||
@ -392,7 +392,6 @@ static int testCompareXMLToArgvFiles(const char *xml,
|
||||
goto cleanup;
|
||||
|
||||
actualargv = virBufferContentAndReset(&buf);
|
||||
virTestClearCommandPath(actualargv);
|
||||
|
||||
testRemoveCommonRules(actualargv);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user