zfstest: fix test 17 to actually deactivate storage

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2017-05-17 11:42:28 +02:00
committed by Wolfgang Bumiller
parent a3f38a644c
commit 91877ee016

View File

@ -279,6 +279,7 @@ my $test17 = sub {
eval {
PVE::Storage::activate_storage($cfg, $storagename);
PVE::Storage::deactivate_storage($cfg, $storagename);
};
if ($@) {
$count++;