]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/big-files-test
more mkdir -p changes
[bacula/bacula] / regress / tests / big-files-test
index 338b21f52c5aec0d379b0a488e90582551432881..6daa915bcdcaced16cbd1162d2bdeb402e081d61 100755 (executable)
@@ -16,7 +16,7 @@ copy_test_confs
 
 echo "${cwd}/many-files" >${cwd}/tmp/file-list
 if [ ! -f ${cwd}/many-files/100000file100000 ]; then
-    mkdir ${cwd}/many-files
+    mkdir -p ${cwd}/many-files
     cd ${cwd}/many-files
     print_debug "Creating files..."
     time perl -e 'for($i=0; $i < 2000000; $i++) {open(FP, ">${i}file${i}") or die "$!"; print FP "$i\n"; close(FP); print "." if ($i%10000);}'
@@ -29,7 +29,7 @@ change_jobname MonsterFileSet $JobName
 start_test
 
 cat <<END_OF_SCRIPT >${cwd}/tmp/bconcmds
-@output /dev/null
+@$out /dev/null
 messages
 @$out ${cwd}/tmp/log1.out
 status all
@@ -67,7 +67,6 @@ done
 yes
 wait
 messages
-@$out
 quit
 END_OF_SCRIPT