]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Backup more than one file in maxfilesize-test
authorEric Bollengier <eric@baculasystems.com>
Wed, 17 Aug 2022 07:35:17 +0000 (09:35 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:58 +0000 (13:56 +0200)
regress/tests/maxfilesize-test

index 78611412108b61cba86f27bc85de047b34758715..8377095c5a1b016774f43ad4993a69257debddf6 100755 (executable)
@@ -16,6 +16,8 @@ JobName=maxsize
 scripts/cleanup
 scripts/copy-test-confs
 echo "$tmp/file" >${cwd}/tmp/file-list
+echo "$tmp/file" >>${cwd}/tmp/file-list
+echo "$cwd/build/po" >>${cwd}/tmp/file-list
 
 dd if=/dev/zero of=$tmp/file count=10000