X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fbtape-fill-tape;h=bca41b964d035fabd7309f23f9cf2edf0c3429f7;hb=795d9320e7918c0048252c84ea27ba843337bbd6;hp=65661d5ffaed7a545bdc5251f98ed5de2a385189;hpb=45dc0d2f1f568fcc62526533adacde65df441837;p=bacula%2Fbacula diff --git a/regress/tests/btape-fill-tape b/regress/tests/btape-fill-tape index 65661d5ffa..bca41b964d 100755 --- a/regress/tests/btape-fill-tape +++ b/regress/tests/btape-fill-tape @@ -8,14 +8,14 @@ JobName=filltape copy_tape_confs -echo "${cwd}/build" >/tmp/file-list +echo "${cwd}/build" >${cwd}/tmp/file-list cp ${cwd}/bin/bacula-sd.conf ${cwd}/tmp/1 sed "s%# MaximumVolumeSize% MaximumVolumeSize%" ${cwd}/tmp/1 >${cwd}/bin/bacula-sd.conf start_test -cat <tmp/bconcmds +cat <${cwd}/tmp/bconcmds fill s quit @@ -23,7 +23,7 @@ END_OF_DATA run_btape DDS-4 -grep "^The last block on the tape matches\. Test succeeded\." tmp/log1.out 2>&1 >/dev/null +grep "^The last block on the tape matches\. Test succeeded\." ${cwd}/tmp/log1.out 2>&1 >/dev/null if [ $? != 0 ] ; then echo " " echo " "