From: brian Date: Thu, 24 Jun 2004 21:54:29 +0000 (+0000) Subject: Remove an extraneous $LCONF which would execute on the local system. X-Git-Tag: v1_8_0_110~486^5~182 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=eb749c0ded73f86904e428ba2dcd7a49d09f7d3a;p=fs%2Flustre-release.git Remove an extraneous $LCONF which would execute on the local system. --- 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