]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/errors-test
Add second xattr to show bug 1806
[bacula/bacula] / regress / tests / errors-test
index 5bd40fcb4914c40947c1306367ad6e87650900c8..0b9865e4dd1b797f99060423bce8ba296de2e00e 100755 (executable)
@@ -18,9 +18,9 @@ echo "${cwd}/build/po" >${cwd}/tmp/file-list
 start_test
 
 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
-@output /dev/null
+@$out /dev/null
 messages
-@output ${cwd}/tmp/LOCAL_INC_ERR.log
+@$out ${cwd}/tmp/LOCAL_INC_ERR.log
 label storage=File volume=TestVolume001
 add storage=File2
 1
@@ -29,11 +29,11 @@ File2
 run job=LOCAL_INC_ERR yes
 wait
 messages
-@output ${cwd}/tmp/REMOTE_INC_ERR.log
+@$out ${cwd}/tmp/REMOTE_INC_ERR.log
 run job=REMOTE_INC_ERR yes
 wait
 messages
-@output ${cwd}/tmp/LOCAL_EXCL_ERR.log
+@$out ${cwd}/tmp/LOCAL_EXCL_ERR.log
 run job=LOCAL_EXCL_ERR yes
 wait
 messages
@@ -64,7 +64,7 @@ END_OF_DATA
 
 run_bacula
 touch ${cwd}/tmp/log1.out
-client=$(grep client= bin/bacula-dir.conf)
+client=`grep client= $bin/bacula-dir.conf`
 check_for_zombie_jobs storage=File $client
 stop_bacula