mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-11 21:44:54 -05:00
tests: Rename virtTestCaptureProgramOutput to virTestCaptureProgramOutput.
This function doesn't follow our convention of naming functions.
This commit is contained in:
committed by
John Ferlan
parent
65979e5b62
commit
75f7309468
+1
-1
@@ -52,7 +52,7 @@ int virTestRun(const char *title,
|
||||
int (*body)(const void *data),
|
||||
const void *data);
|
||||
int virTestLoadFile(const char *file, char **buf);
|
||||
int virtTestCaptureProgramOutput(const char *const argv[], char **buf, int maxlen);
|
||||
int virTestCaptureProgramOutput(const char *const argv[], char **buf, int maxlen);
|
||||
|
||||
void virTestClearCommandPath(char *cmdset);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user