Rename virtTestDifference to virTestDifference.

This function doesn't follow our convention of naming functions.
This commit is contained in:
Tomáš Ryšavý
2016-05-26 17:01:51 +02:00
committed by John Ferlan
parent cd7dd1508d
commit 062ea148a0
18 changed files with 57 additions and 57 deletions

View File

@@ -407,7 +407,7 @@ static int testSocketSSH(const void *opaque)
buf[rv] = '\0';
if (STRNEQ(buf, data->expectOut)) {
virtTestDifference(stderr, data->expectOut, buf);
virTestDifference(stderr, data->expectOut, buf);
goto cleanup;
}