mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
tests: sysinfotest: Actual/expected were swapped in error message.
This commit is contained in:
parent
fb004207fa
commit
9c225efc36
@ -83,7 +83,7 @@ testSysinfo(const void *data)
|
||||
goto cleanup;
|
||||
|
||||
if (STRNEQ(sysfsActualData, sysfsExpectData)) {
|
||||
virtTestDifference(stderr, sysfsActualData, sysfsExpectData);
|
||||
virtTestDifference(stderr, sysfsExpectData, sysfsActualData);
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user