]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Try to reproduce org#2703
authorEric Bollengier <eric@baculasystems.com>
Thu, 18 Jan 2024 08:36:52 +0000 (09:36 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 18 Jan 2024 08:38:25 +0000 (09:38 +0100)
FORCE_ENCRYPTION=yes ./tests/backup-bacula-test

regress/tests/backup-bacula-test

index 98bbe393906140f1c4a7b8d494c3b8e77c934f58..edde45c143fd2551dc4baf85e960d23dd3b1055f 100755 (executable)
@@ -84,7 +84,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 @@ fi
 
 check_two_logs
 check_restore_diff
+
+rm -f ${cwd}/build/src/dird/xxx ${cwd}/build/src/dird/yyy
+
 end_test