Signed-off-by: Fiona Ebner <f.eb...@proxmox.com>
---
 test/run_bwlimit_tests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/run_bwlimit_tests.pl b/test/run_bwlimit_tests.pl
index 8488637..5e59bf0 100755
--- a/test/run_bwlimit_tests.pl
+++ b/test/run_bwlimit_tests.pl
@@ -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) {
-- 
2.30.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to