From: Eric Bollengier Date: Fri, 24 Mar 2023 06:36:31 +0000 (+0100) Subject: regress: Fix maxtime-test for dedup X-Git-Tag: Release-13.0.3~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f80c4760588aca8a4a499c684fb5aebe89bf5cc6;p=thirdparty%2Fbacula.git regress: Fix maxtime-test for dedup --- diff --git a/regress/tests/maxtime-test b/regress/tests/maxtime-test index 933d25309..77bb8341e 100755 --- a/regress/tests/maxtime-test +++ b/regress/tests/maxtime-test @@ -20,7 +20,7 @@ WHEN=`date '+%Y-%m-%d %H:%M:%S'` echo "${cwd}/build/po" >${cwd}/tmp/file-list if [ "$FORCE_DEDUP" = yes ]; then - $bperl -e 'add_attribute("$conf/bacula-dir.conf", "Maximum Volume Bytes", 5000, "Pool", "Default");' + $bperl -e 'add_attribute("$conf/bacula-dir.conf", "Maximum Volume Bytes", "1MB", "Pool", "Default");' fi start_test