From: Eric Bollengier Date: Thu, 18 Jan 2024 08:36:52 +0000 (+0100) Subject: regress: Try to reproduce org#2703 X-Git-Tag: Release-13.0.4~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d92ed97708bfa66c237f255f1f1a2ca40eab81d1;p=thirdparty%2Fbacula.git regress: Try to reproduce org#2703 FORCE_ENCRYPTION=yes ./tests/backup-bacula-test --- diff --git a/regress/tests/backup-bacula-test b/regress/tests/backup-bacula-test index 1f933dfe3..cb645db20 100755 --- a/regress/tests/backup-bacula-test +++ b/regress/tests/backup-bacula-test @@ -96,7 +96,7 @@ END_OF_DATA # touch ${cwd}/build/src/dird/*.o echo "test test" > ${cwd}/build/src/dird/xxx -# +dd if=/dev/zero of=${cwd}/build/src/dird/yyy bs=65537 count=1 run_bacula check_for_zombie_jobs storage=File1 @@ -104,4 +104,7 @@ stop_bacula check_two_logs check_restore_diff + +rm -f ${cwd}/build/src/dird/xxx ${cwd}/build/src/dird/yyy + end_test