mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
build: fix virsh reformat fallout
Commit 69f0b446
failed to update the expected test output.
* tests/virshtest.c (testCompareListDefault)
(testCompareListCustom): Adjust to recent code change.
This commit is contained in:
parent
08272dc8b4
commit
d98a3d4a59
@ -95,7 +95,7 @@ static int testCompareListDefault(const void *data ATTRIBUTE_UNUSED) {
|
||||
const char *const argv[] = { VIRSH_DEFAULT, "list", NULL };
|
||||
const char *exp = "\
|
||||
Id Name State\n\
|
||||
----------------------------------\n\
|
||||
----------------------------------------------------\n\
|
||||
1 test running\n\
|
||||
\n";
|
||||
return testCompareOutputLit(exp, NULL, argv);
|
||||
@ -105,7 +105,7 @@ static int testCompareListCustom(const void *data ATTRIBUTE_UNUSED) {
|
||||
const char *const argv[] = { VIRSH_CUSTOM, "list", NULL };
|
||||
const char *exp = "\
|
||||
Id Name State\n\
|
||||
----------------------------------\n\
|
||||
----------------------------------------------------\n\
|
||||
1 fv0 running\n\
|
||||
2 fc4 running\n\
|
||||
\n";
|
||||
|
Loading…
Reference in New Issue
Block a user