]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/compress-encrypt-test
Update
[bacula/bacula] / regress / tests / compress-encrypt-test
index 9b77d12abdb63bb21240ecf8fe407dbf93cf9ee2..d4eb0cae521f763dd9ca67904e3f414542c347f1 100755 (executable)
@@ -9,14 +9,14 @@ JobName=CompressedTest
 
 scripts/cleanup
 scripts/copy-crypto-confs
-echo "${cwd}/build" >/tmp/file-list
+echo "${cwd}/build" >${cwd}/tmp/file-list
 
 start_test
 
-cat <<END_OF_DATA >tmp/bconcmds
+cat <<END_OF_DATA >${cwd}/tmp/bconcmds
 @$out /dev/null
 messages
-@$out tmp/log1.out
+@$out ${cwd}/tmp/log1.out
 label storage=File volume=TestVolume001
 setdebug level=10 fd
 run job=$JobName yes
@@ -26,7 +26,7 @@ list volumes
 @# 
 @# now do a restore
 @#
-@$out tmp/log2.out
+@$out ${cwd}/tmp/log2.out
 @# setdebug level=0 fd
 restore where=${cwd}/tmp/bacula-restores storage=File
 5