From: Kern Sibbald Date: Tue, 1 Jul 2008 12:10:30 +0000 (+0000) Subject: Make Bacula path absolute X-Git-Tag: Release-3.0.0~1205 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a54221713819d2effb4be449aa52a6b67b361ed9;p=bacula%2Fbacula Make Bacula path absolute git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7274 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/tests/bscan-tape b/regress/tests/bscan-tape index f75fa9d912..f35719dd1a 100755 --- a/regress/tests/bscan-tape +++ b/regress/tests/bscan-tape @@ -120,7 +120,7 @@ messages @# @# now do a restore @# -restore where=tmp/bacula-restores select all storage=DDS-4 done +restore where=${cwd}/tmp/bacula-restores select all storage=DDS-4 done yes wait messages diff --git a/regress/tests/bscan-test b/regress/tests/bscan-test index b39a242f4e..89f5fc1471 100755 --- a/regress/tests/bscan-test +++ b/regress/tests/bscan-test @@ -80,7 +80,7 @@ messages @# now do a restore @# @#setdebug level=400 storage=File1 -restore bootstrap=tmp/kern.bsr where=tmp/bacula-restores select all storage=File1 done +restore bootstrap=${cwd}/tmp/kern.bsr where=${cwd}/tmp/bacula-restores select all storage=File1 done yes wait messages