]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/encrypt-bug-test
Update
[bacula/bacula] / regress / tests / encrypt-bug-test
index 0bba2c6185626a869c27371c5b44618c382c961a..235f14a6f2545343b3e06b4e136da82813f36f42 100755 (executable)
@@ -6,7 +6,6 @@
 TestName="encrypt-bug-test"
 JobName=Crypto-bug
 . scripts/functions
-set_debug 0
 
 scripts/cleanup
 scripts/copy-crypto-confs
@@ -14,10 +13,12 @@ echo "${cwd}/encrypt-bug.jpg" >/tmp/file-list
 echo "${cwd}/encrypt-bug.jpg" >${cwd}/tmp/restore-list
 echo "${cwd}/encrypt-bug.txt" >>/tmp/file-list
 echo "${cwd}/encrypt-bug.txt" >>${cwd}/tmp/restore-list
-files="encrypt-bug.jpg encrypt-bug.txt"
+echo "${cwd}/encrypt-bug2.txt" >>/tmp/file-list
+echo "${cwd}/encrypt-bug2.txt" >>${cwd}/tmp/restore-list
+files="encrypt-bug.jpg encrypt-bug.txt encrypt-bug2.txt"
 mkdir -p ${cwd}/tmp/build
 for i in ${files}; do
-   cp -p ${cwd}/encrypt-bug.* ${cwd}/tmp/build
+   cp -p ${cwd}/encrypt-bug*.* ${cwd}/tmp/build
 done
 
 change_jobname NightlySave $JobName