From 582d260e6acd6c5b53de812a18b7c3d813bebad4 Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Tue, 12 Mar 2002 00:19:51 +0000
Subject: [PATCH] Make llmountcleanup.sh use new helper methods.

---
 lustre/tests/llmountcleanup.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lustre/tests/llmountcleanup.sh b/lustre/tests/llmountcleanup.sh
index f03c5e4b21..02676794f5 100755
--- a/lustre/tests/llmountcleanup.sh
+++ b/lustre/tests/llmountcleanup.sh
@@ -8,7 +8,7 @@ umount /mnt/obd
 rmmod llight
 rmmod mdc
 
-$R/usr/src/obd/utils/obdctl <<EOF
+$OBDCTL <<EOF
 device 3
 cleanup
 detach
@@ -32,7 +32,7 @@ rmmod obdext2
 rmmod ptlrpc
 rmmod obdclass
 
-$R/usr/src/portals/linux/utils/ptlctl <<EOF
+$PTLCTL <<EOF
 setup tcp
 disconnect localhost
 del_uuid self
@@ -46,4 +46,5 @@ killall acceptor
 rmmod portals
 
 losetup -d ${LOOP}0
-losetup -d ${LOOP}1
\ No newline at end of file
+losetup -d ${LOOP}1
+losetup -d ${LOOP}2
-- 
GitLab