1
0
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:
Osier Yang 2011-08-23 16:32:06 +08:00
parent 0376f4a69b
commit 172214bd30

View File

@ -4082,7 +4082,7 @@ testStorageFindPoolSources(virConnectPtr conn ATTRIBUTE_UNUSED,
break;
default:
testError(VIR_ERR_NO_SUPPORT,
testError(VIR_ERR_OPERATION_INVALID,
_("pool type '%s' does not support source discovery"), type);
}