zfstest: remove unused variable

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2017-05-17 11:42:34 +02:00
committed by Wolfgang Bumiller
parent 2acdffbbb5
commit 88ed02a391

View File

@ -2583,8 +2583,6 @@ $tests->{1} = $test1;
sub setup_zfs {
my $tmp = undef;
#create VM zvol
print "create zvol $vmdisk\n" if $verbose;
run_command("zfs create -V${volsize}G $zpath\/$vmdisk");