tests: Rename virtTestClearCommandPath to virTestClearCommandPath.

This function doesn't follow our convention of naming functions.
This commit is contained in:
Tomáš Ryšavý
2016-06-08 11:23:12 -04:00
committed by John Ferlan
parent 753edcb3a4
commit 8a9bd034c2
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ int virTestRun(const char *title,
int virTestLoadFile(const char *file, char **buf);
int virtTestCaptureProgramOutput(const char *const argv[], char **buf, int maxlen);
void virtTestClearCommandPath(char *cmdset);
void virTestClearCommandPath(char *cmdset);
int virTestDifference(FILE *stream,
const char *expect,