mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Rename virtTestDifference to virTestDifference.
This function doesn't follow our convention of naming functions.
This commit is contained in:
committed by
John Ferlan
parent
cd7dd1508d
commit
062ea148a0
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user