]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Fix maxtime-test for dedup
authorEric Bollengier <eric@baculasystems.com>
Fri, 24 Mar 2023 06:36:31 +0000 (07:36 +0100)
committerEric Bollengier <eric@baculasystems.com>
Tue, 2 May 2023 07:07:18 +0000 (09:07 +0200)
regress/tests/maxtime-test

index 933d25309e5681493cbdf46a309c90a317b18c8b..77bb8341ec6dd3107fb45625e542cc1a64c01fb5 100755 (executable)
@@ -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