1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

Revert "test: Cleanup improper VIR_ERR_NO_SUPPORT use"

This reverts commit 172214bd304ff958160307be2efd6614e9868946.
This commit is contained in:
Osier Yang 2011-09-01 15:35:56 +08:00
parent ffafede112
commit 9f3e724339

View File

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