Whamcloud - gitweb
Remove an extraneous $LCONF which would execute on the local system.
authorbrian <brian>
Thu, 24 Jun 2004 21:54:29 +0000 (21:54 +0000)
committerbrian <brian>
Thu, 24 Jun 2004 21:54:29 +0000 (21:54 +0000)
lustre/tests/test-framework.sh

index 327ea0b..bb70204 100644 (file)
@@ -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