]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix false zombie errors in FD during regression
authorKern Sibbald <kern@sibbald.com>
Mon, 2 Nov 2009 19:28:56 +0000 (20:28 +0100)
committerKern Sibbald <kern@sibbald.com>
Mon, 2 Nov 2009 19:28:56 +0000 (20:28 +0100)
regress/scripts/check_for_zombie_jobs

index b26ced1e580d276a86911411eec285854a721f2a..e2c240565b090c0b1912658a3f037680cd4edbda 100755 (executable)
 if [ $# = 2 ] ; then
     client="$2"
 else 
-    client=${HOST}-fd
+    client="client"
 fi
 
 ${bin}/bconsole -c ${scripts}/bconsole.conf <<END_OF_DATA 2>&1 >/dev/null
 @output ${tmp}/dir.out
 status dir
 @output ${tmp}/fd.out
-status client=${client}
+status ${client}
 @output ${tmp}/sd.out
 status $1
 @output