From f80c4760588aca8a4a499c684fb5aebe89bf5cc6 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 24 Mar 2023 07:36:31 +0100 Subject: [PATCH] regress: Fix maxtime-test for dedup --- regress/tests/maxtime-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3