]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/copy-time-test
update speed-test
[bacula/bacula] / regress / tests / copy-time-test
index c09a369ca7902a3110658af3ae4230c21138b00c..f5d926024fdf047b2b0059fa8493eb13b81c37e7 100755 (executable)
@@ -28,7 +28,7 @@ start_test
 
 # Write out bconsole commands
 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
-@output
+@$out /dev/null
 messages
 @$out ${cwd}/tmp/log1.out
 label storage=File volume=FileVolume001 Pool=Default
@@ -69,7 +69,6 @@ done
 yes
 wait
 messages
-@output
 quit
 END_OF_DATA
 
@@ -82,7 +81,7 @@ for i in 1 2 3; do
 
     if [ "$i" -eq 1 -a -n "$RET" ]; then
         bstat=2
-        print_debug "The first job should not been copied"
+        print_debug "The first job should not have been copied"
 
     elif [ "$i" -ne 1 -a -z "$RET" ]; then
         bstat=2