From 97638a78bc47c4ff4ae2e04c22ac17c4cd436e9f Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 17 Dec 2010 15:40:27 +0100 Subject: [PATCH] regress: fix maxbw-test with new MaximumBandwidthPerJob keyword --- regress/tests/maxbw-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/tests/maxbw-test b/regress/tests/maxbw-test index 6b9ea6a72f..c06c7be5f1 100755 --- a/regress/tests/maxbw-test +++ b/regress/tests/maxbw-test @@ -10,7 +10,7 @@ JobName=NightlySave scripts/cleanup scripts/copy-test-confs -$bperl -e 'add_attribute("$conf/bacula-fd.conf", "MaximumBandwidth", "3MB/s", "FileDaemon")' +$bperl -e 'add_attribute("$conf/bacula-fd.conf", "MaximumBandwidthPerJob", "3MB/s", "FileDaemon")' echo $cwd/build > $tmp/file-list -- 2.39.5