X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fbtape-fill-full-tape;h=7c32d04cda3a71666b7a0765b9869664ec7b6b8b;hb=7ec6a7e8c7b6908e321883b18dbc64e244bc282a;hp=f4ba59fb5bf45f4e90458fdf16fd94e9e65f6898;hpb=d7d501dae0729c2228b9e0a263086789e6b6de23;p=bacula%2Fbacula diff --git a/regress/tests/btape-fill-full-tape b/regress/tests/btape-fill-full-tape index f4ba59fb5b..7c32d04cda 100755 --- a/regress/tests/btape-fill-full-tape +++ b/regress/tests/btape-fill-full-tape @@ -5,7 +5,6 @@ TestName="btape-fill-full-tape" JobName=AutoLabel . scripts/functions -set_debug 0 scripts/copy-tape-confs scripts/cleanup-tape @@ -13,7 +12,7 @@ scripts/cleanup-tape change_jobname $JobName start_test -bin/btape -c bin/bacula-sd.conf DDS-4 <&1 >tmp/log1.out +bin/btape -c bin/bacula-sd.conf DDS-4 <&1 >${cwd}/tmp/log1.out fill s @@ -21,7 +20,7 @@ quit END_OF_DATA -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 " "