From a68207f25f56f3013fde6376e809ec0a611acc33 Mon Sep 17 00:00:00 2001 From: green Date: Mon, 3 May 2004 19:33:31 +0000 Subject: [PATCH] Updated to HEAD --- lustre/tests/run-llog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/run-llog.sh b/lustre/tests/run-llog.sh index 5d46e2b..b7201f2 100644 --- a/lustre/tests/run-llog.sh +++ b/lustre/tests/run-llog.sh @@ -2,7 +2,7 @@ PATH=`dirname $0`:`dirname $0`/../utils:$PATH TMP=${TMP:-/tmp} -MDS=`ls /proc/fs/lustre/mds | grep -v num_refs | head -1` +MDS=`ls /proc/fs/lustre/mds | grep -v num_refs | head -n 1` [ -z "$MDS" ] && echo "no MDS available, skipping llog test" && exit 0 insmod ../obdclass/llog_test.o || exit 1 -- 1.8.3.1