]> git.proxmox.com Git - pve-storage.git/commitdiff
zfstest: fix typos
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 17 May 2017 09:42:33 +0000 (11:42 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 6 Jun 2017 14:15:42 +0000 (16:15 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
test/run_test_zfspoolplugin.pl

index 63b2e5a8e23e9fb4abe9365db9cca53b7001fe56..c295e9f86da421e97fe9b68368978bfd75dc22a0 100755 (executable)
@@ -26,7 +26,7 @@ my $ctlinked = "subvol-201-disk-1";
 my $basesnap = '@__base__';
 my $tests = {};
 
-#create zfs suvol for testing
+#create zfs subvol for testing
 my $pool = undef;
 my $zpath = undef;
 my $cfg = undef;
@@ -226,7 +226,7 @@ $tests->{19} = $test19;
 
 my $test18 = sub {
 
-    print "\nrun test17 \"scan_zfs\"\n";
+    print "\nrun test18 \"scan_zfs\"\n";
     my $res;
 
     eval {
@@ -1620,7 +1620,7 @@ my $test5 = sub {
        $count++;
        warn "Test5 f: $@";
     }
-    print "######Ignore Output if no Test5 g: is includet######\n";
+    print "######Ignore Output if no Test5 g: is included######\n";
     eval{
        PVE::Storage::volume_snapshot_delete($cfg, "$storagename:$vmbase", '__base__');
        eval{
@@ -1635,7 +1635,7 @@ my $test5 = sub {
        $count++;
        warn "Test5 PVE g: snapshot __base__ can be erased";
     }
-    print "######End Ignroe#######\n";
+    print "######End Ignore#######\n";
 };
 $tests->{5} = $test5;