From: Kern Sibbald Date: Mon, 2 Nov 2009 19:28:56 +0000 (+0100) Subject: Fix false zombie errors in FD during regression X-Git-Tag: Release-7.0.0~2597^2~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9ec844fccb3b15a43fd746be445ff2be63262eb0;p=bacula%2Fbacula Fix false zombie errors in FD during regression --- diff --git a/regress/scripts/check_for_zombie_jobs b/regress/scripts/check_for_zombie_jobs index b26ced1e58..e2c240565b 100755 --- a/regress/scripts/check_for_zombie_jobs +++ b/regress/scripts/check_for_zombie_jobs @@ -11,14 +11,14 @@ if [ $# = 2 ] ; then client="$2" else - client=${HOST}-fd + client="client" fi ${bin}/bconsole -c ${scripts}/bconsole.conf <&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