mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
test: Cleanup improper VIR_ERR_NO_SUPPORT use
This commit is contained in:
parent
0376f4a69b
commit
172214bd30
@ -4082,7 +4082,7 @@ testStorageFindPoolSources(virConnectPtr conn ATTRIBUTE_UNUSED,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
testError(VIR_ERR_NO_SUPPORT,
|
testError(VIR_ERR_OPERATION_INVALID,
|
||||||
_("pool type '%s' does not support source discovery"), type);
|
_("pool type '%s' does not support source discovery"), type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user