mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Rename virtTestClearCommandPath to virTestClearCommandPath.
This function doesn't follow our convention of naming functions.
This commit is contained in:
committed by
John Ferlan
parent
753edcb3a4
commit
8a9bd034c2
@@ -65,7 +65,7 @@ static int testCompareXMLToArgvFiles(const char *xml,
|
||||
goto cleanup;
|
||||
|
||||
actualargv = virBufferContentAndReset(&buf);
|
||||
virtTestClearCommandPath(actualargv);
|
||||
virTestClearCommandPath(actualargv);
|
||||
virCommandSetDryRun(NULL, NULL, NULL);
|
||||
|
||||
if (virTestCompareToFile(actualargv, cmdline) < 0)
|
||||
|
||||
Reference in New Issue
Block a user