]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/virtual-backup2-test
Make restart2-test work
[bacula/bacula] / regress / tests / virtual-backup2-test
index 6563a9170f6a375fd2cde0c495fb2bc211bfdd12..fd93c30c1a56d14f1f46b5ddfea6ec1acf1f53ca 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 #
-# Run a simple backup of the Bacula build directory then do a virtual
-#   backup to another device.
+# Run a simple backup of the Bacula build directory then do a 
+#   Virtual Full backup to another device.
 #
-# This script uses the virtual disk autochanger
+# This script uses the disk autochanger
 #
 TestName="virtual-backup-test"
 JobName=Vbackup
@@ -26,7 +26,7 @@ start_test
 
 # Write out bconsole commands
 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
-@output /dev/null
+@$out /dev/null
 messages
 @$out ${cwd}/tmp/log1.out
 setdebug level=150 storage=DiskChanger
@@ -133,7 +133,6 @@ wait
 list jobs
 list volumes
 messages
-@output
 quit
 END_OF_DATA