]> git.sur5r.net Git - bacula/bacula/commitdiff
Make Bacula path absolute
authorKern Sibbald <kern@sibbald.com>
Tue, 1 Jul 2008 12:10:30 +0000 (12:10 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 1 Jul 2008 12:10:30 +0000 (12:10 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7274 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/bscan-tape
regress/tests/bscan-test

index f75fa9d91264761a107e78a8c5b300ec8e1a0d82..f35719dd1aeed3224c9aac000571519336af4b4c 100755 (executable)
@@ -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
index b39a242f4edb4c0f97a3124da24d77cd1b9fb537..89f5fc1471ec2e760b1766a095c2bbdfc8354d88 100755 (executable)
@@ -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