From c7b06c4f545484bbe7609807463da9681b1e827e Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Tue, 13 Mar 2018 15:11:01 +0100 Subject: [PATCH] Remove pool with -f parameter. The test pool will not removed if we do not force it. --- test/run_test_zfspoolplugin.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_test_zfspoolplugin.pl b/test/run_test_zfspoolplugin.pl index bda8348..f6218b1 100755 --- a/test/run_test_zfspoolplugin.pl +++ b/test/run_test_zfspoolplugin.pl @@ -2643,7 +2643,7 @@ sub setup_zpool { sub clean_up_zpool { eval { - run_command("zpool destroy $subvol"); + run_command("zpool destroy -f $subvol"); }; if ($@) { warn $@;}