]> git.proxmox.com Git - pve-storage.git/commitdiff
test: bwlimit: fix test description
authorFiona Ebner <f.ebner@proxmox.com>
Wed, 23 Nov 2022 11:40:24 +0000 (12:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Nov 2022 07:25:12 +0000 (08:25 +0100)
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
test/run_bwlimit_tests.pl

index 84886372715c95ecb8a5c1c687d010064ea9261f..5e59bf08fd4d5f557c8ed50689c8f51209d419ff 100755 (executable)
@@ -188,7 +188,7 @@ my @tests = (
     [ ['move',    ['nolimit', 'd20m40r30'],   undef],     40, 'multiple storages specific limit with privileges on one of them (default limited) (move)' ],
     [ ['restore', ['nolimit', 'd20m40r30'],   undef],     30, 'multiple storages specific limit with privileges on one of them (default limited) (restore)' ],
     [ ['restore', ['d20m40r30', 'm50'],         200],     60, 'multiple storages specific limit with privileges on one of them (global default limited) (restore)' ],
-    [ ['move',    ['nolimit', undef ],          40] ,     40, 'multiple storages one undefined, passing 100 (move)' ],
+    [ ['move',    ['nolimit', undef ],          40] ,     40, 'multiple storages one undefined, passing 40 (move)' ],
 );
 
 foreach my $t (@tests) {