From: Eric Bollengier Date: Fri, 13 Nov 2020 21:02:36 +0000 (+0100) Subject: regress: Fix sd-sd-test with DedupDriver X-Git-Tag: Release-11.3.2~839 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0789abaf3e6eac521e9d4dd8547f6aedc6863457;p=thirdparty%2Fbacula.git regress: Fix sd-sd-test with DedupDriver --- diff --git a/regress/tests/sd-sd-test b/regress/tests/sd-sd-test index c155a455b..cfa8317b4 100755 --- a/regress/tests/sd-sd-test +++ b/regress/tests/sd-sd-test @@ -35,7 +35,8 @@ $bperl -e "add_attribute('$conf/bacula-sd2.conf', 'SDPort', '$PORT', 'Storage')" $bperl -e "add_attribute('$conf/bacula-sd2.conf', 'Media Type', 'DiskChangerMedia2', 'Device', 'Drive-0')" $bperl -e "add_attribute('$conf/bacula-sd2.conf', 'Media Type', 'File2', 'Device', 'FileStorage')" if [ x$FORCE_DEDUP = xyes ]; then - DEDUP_FS_OPTION=${DEDUP_FS_OPTION:-bothsides} + DEDUP_FS_OPTION=${DEDUP_FS_OPTION:-bothsides} + DEDUP_DRIVER=${DEDUP_DRIVER:-legacy} $bperl -e 'add_attribute("$conf/bacula-sd2.conf", "Plugin Directory", "$plugins", "Storage")' $bperl -e 'add_attribute("$conf/bacula-sd2.conf", "Device Type", "Dedup", "Device")' $bperl -e 'add_attribute("$conf/bacula-sd2.conf", "Dedupengine", "Dedupengine-sd2", "Device")'