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 $@;}