From b9e309d667da3e46192ae77aa9e22f3445afa751 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Wed, 23 Nov 2022 12:40:24 +0100 Subject: [PATCH] test: bwlimit: fix test description Signed-off-by: Fiona Ebner --- 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) {