]> 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 54da62c7d459c72119abcf6d8e2afbb9c562b47b..48067b2557f151b423d03d234ae4963145ef381f 100755 (executable)
@@ -16,9 +16,9 @@ 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
+@$out ${cwd}/tmp/log1.out
 label storage=File
 TestVolume001
 run job=NightlySave
@@ -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