]> git.proxmox.com Git - pve-storage.git/blobdiff - test/run_bwlimit_tests.pl
test: bwlimit: fix test description
[pve-storage.git] / 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) {