From a3b7bc374c2814f20170b9738247d613b1c46c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 17 May 2017 11:42:29 +0200 Subject: [PATCH] zfstest: fix test description 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_test_zfspoolplugin.pl b/test/run_test_zfspoolplugin.pl index 263c3be..fad021b 100755 --- a/test/run_test_zfspoolplugin.pl +++ b/test/run_test_zfspoolplugin.pl @@ -894,7 +894,7 @@ $tests->{10} = $test10; my $test9 =sub { - print "\nrun test9 \"parse_volname\"\n"; + print "\nrun test9 \"parse_volume_id\"\n"; eval { my ($store, $disk) = PVE::Storage::parse_volume_id("$storagename:$vmdisk");