]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/lib-test-root
regress: add function to create many dirs
[bacula/bacula] / regress / tests / lib-test-root
index 739e042acbccd759a49183c41e497f27c09fc8b4..48067b2557f151b423d03d234ae4963145ef381f 100755 (executable)
@@ -16,10 +16,10 @@ echo "/lib" >${cwd}/tmp/file-list
 start_test
 
 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
-@output /dev/null
+@$out /dev/null
 messages
-@output ${cwd}/tmp/log1.out
-label storage=File pool=Default
+@$out ${cwd}/tmp/log1.out
+label storage=File
 TestVolume001
 run job=NightlySave
 yes
@@ -28,7 +28,7 @@ messages
 @# 
 @# now do a restore
 @#
-@output ${cwd}/tmp/log2.out
+@$out ${cwd}/tmp/log2.out
 restore where=${cwd}/tmp/bacula-restores select    
 unmark *
 mark *
@@ -36,7 +36,6 @@ done
 yes
 wait
 messages
-@output
 quit
 END_OF_DATA