From eb749c0ded73f86904e428ba2dcd7a49d09f7d3a Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 24 Jun 2004 21:54:29 +0000 Subject: [PATCH] Remove an extraneous $LCONF which would execute on the local system. --- lustre/tests/test-framework.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 327ea0b8..bb70204 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -91,7 +91,6 @@ zconf_mount() { else # this is so cheating do_node $client $LCONF --nosetup --node client_facet $XMLCONFIG > /dev/null || return 2 - $LCONF --nosetup --node client_facet $XMLCONFIG do_node $client $LLMOUNT `facet_active_host mds`:/mds_svc/client_facet $mnt -o nettype=$NETTYPE|| return 4 fi -- 1.8.3.1