From 735d362ac19d8e7227a89b35e382adf9a03377e3 Mon Sep 17 00:00:00 2001 From: nic Date: Thu, 27 Jan 2005 00:38:22 +0000 Subject: [PATCH] b=5594 remove hardcoded path to llmount that breaks rpm based testing --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 740f5f0..f302eab 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -597,7 +597,7 @@ test_15() { fi [ -f "$MOUNTLUSTRE" ] && echo "can't move $MOUNTLUSTRE" && return 40 trap cleanup_15 EXIT INT - [ ! `cp $LUSTRE/utils/llmount $MOUNTLUSTRE` ] || return $? + [ ! `cp $(which llmount) $MOUNTLUSTRE` ] || return $? do_node `hostname` mkdir -p $MOUNT 2> /dev/null # load llite module on the client if it isn't in /lib/modules do_node `hostname` lconf --nosetup --node client_facet $XMLCONFIG -- 1.8.3.1