From 453b91eba52c1e889d7c0f73a5d1d1f2eaf18798 Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Thu, 7 Aug 2008 17:05:18 +0000 Subject: [PATCH] b=16487 i=Alexey.Lyashkov do not set CLIENTS; it is not used by script --- lustre/tests/insanity.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/tests/insanity.sh b/lustre/tests/insanity.sh index 018770c657..9100d3b0cc 100755 --- a/lustre/tests/insanity.sh +++ b/lustre/tests/insanity.sh @@ -38,9 +38,6 @@ assert_env LIVE_CLIENT FSNAME # FAIL_CLIENTS list should not contain the LIVE_CLIENT FAIL_CLIENTS=$(echo " $FAIL_CLIENTS " | sed -re "s/\s+$LIVE_CLIENT\s+/ /g") -# This can be a regexp, to allow more clients -CLIENTS=${CLIENTS:-"`comma_list $LIVE_CLIENT $FAIL_CLIENTS`"} - DIR=${DIR:-$MOUNT} ##### -- GitLab