From 9ec844fccb3b15a43fd746be445ff2be63262eb0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 2 Nov 2009 20:28:56 +0100 Subject: [PATCH] Fix false zombie errors in FD during regression --- regress/scripts/check_for_zombie_jobs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5