X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fencrypt-bug-test;h=235f14a6f2545343b3e06b4e136da82813f36f42;hb=2ac141d960d9ee16a8f4dd09b9f3555dae634904;hp=0bba2c6185626a869c27371c5b44618c382c961a;hpb=2cefca99f98bee15659f6bce2b736fef8df323f8;p=bacula%2Fbacula diff --git a/regress/tests/encrypt-bug-test b/regress/tests/encrypt-bug-test index 0bba2c6185..235f14a6f2 100755 --- a/regress/tests/encrypt-bug-test +++ b/regress/tests/encrypt-bug-test @@ -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