From 91877ee0163eab9904d10f0894dc35bd66e87e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 17 May 2017 11:42:28 +0200 Subject: [PATCH] zfstest: fix test 17 to actually deactivate storage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- test/run_test_zfspoolplugin.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run_test_zfspoolplugin.pl b/test/run_test_zfspoolplugin.pl index 53d4a15..263c3be 100755 --- a/test/run_test_zfspoolplugin.pl +++ b/test/run_test_zfspoolplugin.pl @@ -279,6 +279,7 @@ my $test17 = sub { eval { PVE::Storage::activate_storage($cfg, $storagename); + PVE::Storage::deactivate_storage($cfg, $storagename); }; if ($@) { $count++;