test: ha tester: drop unused import

There is no user of File::Path remaining after commit 787b66e
("SimCluster: setup status dir inside new") which was the only user
of remove_tree(). make_path() was not used at all according to git
history.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2025-01-22 11:55:19 +01:00 committed by Thomas Lamprecht
parent 34fe8e59ea
commit eec4fab5f8

View File

@ -4,8 +4,6 @@ use strict;
use warnings;
use Getopt::Long;
use File::Path qw(make_path remove_tree);
my $opt_nodiff;
my $opt_nofail;
my $opt_notestout;