]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: fix verify-data-test for Volume encryption
authorAlain Spineux <alain@baculasystems.com>
Fri, 25 Nov 2022 13:08:15 +0000 (14:08 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:00 +0000 (13:57 +0200)
- one more time

regress/tests/verify-data-test

index f926a12318b39e601c2d2d9b97868545232f61cb..c37bb898b0dd80d561277d5aaf043498147034c6 100755 (executable)
@@ -32,7 +32,7 @@ find ${cwd}/build/src/filed -print >> ${files_listing}
 change_jobname NightlySave $JobName
 start_test
 
-if [ x$FORCE_SDENC = xyes ]; then
+if [ x$FORCE_VOLENC = xyes ]; then
    # force the encryption to be NULL make the sed works
    FORCE_CIPHER=NULL
    export FORCE_CIPHER