X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Ftwo-pool-test;h=e6d729acc66deba268a14e3cdb1e0fba77729017;hb=5dd06f639b5e883410a3af50727706a3d16e4028;hp=9705ea242eab8021a6ea45d9caa00fbeb36955bb;hpb=45dc0d2f1f568fcc62526533adacde65df441837;p=bacula%2Fbacula diff --git a/regress/tests/two-pool-test b/regress/tests/two-pool-test index 9705ea242e..e6d729acc6 100755 --- a/regress/tests/two-pool-test +++ b/regress/tests/two-pool-test @@ -4,7 +4,7 @@ # an autochanger. Note, the Director has three Pools in its # conf: Default, Full, and Inc. Default is used in the # NightlySave job by default. What is backed up is what -# is in /tmp/file-list, which is by default the Bacula +# is in ${cwd}/tmp/file-list, which is by default the Bacula # source code (i.e. the build directory). # # Note, we use the virtual disk autochanger. @@ -13,7 +13,6 @@ TestName="two-pool-test" JobName=Two-pool . scripts/functions -. config.out cwd=`pwd` scripts/cleanup scripts/copy-2disk-confs @@ -21,10 +20,10 @@ scripts/prepare-two-disks # Make a relatively large backup set 5 x source code directory # Reduced to 1 for portable -echo "${cwd}/build" >/tmp/file-list -echo "${cwd}/build" >/tmp/file-list -echo "${cwd}/build" >/tmp/file-list -echo "${cwd}/build" >/tmp/file-list +echo "${cwd}/build" >${cwd}/tmp/file-list +echo "${cwd}/build" >${cwd}/tmp/file-list +echo "${cwd}/build" >${cwd}/tmp/file-list +echo "${cwd}/build" >${cwd}/tmp/file-list start_test