From 9327b49dc558285df274c541cfe2ff655a78a980 Mon Sep 17 00:00:00 2001 From: ericm Date: Tue, 12 Dec 2006 18:41:25 +0000 Subject: [PATCH] branch: b_new_cmd sanity-lmv: it's unnecessary to obtain krb5 credential since runas id is not used even. --- lustre/tests/sanity-lmv.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lustre/tests/sanity-lmv.sh b/lustre/tests/sanity-lmv.sh index bccd6d1..0c76144 100644 --- a/lustre/tests/sanity-lmv.sh +++ b/lustre/tests/sanity-lmv.sh @@ -51,11 +51,6 @@ LUSTRE=${LUSTRE:-`dirname $0`/..} init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/lmv.sh} -if [ ! -z "$USING_KRB5" ]; then - $RUNAS krb5_login.sh || exit 1 - $RUNAS -u $(($RUNAS_ID + 1)) krb5_login.sh || exit 1 -fi - cleanup() { echo -n "cln.." cleanupall ${FORCE} $* || { echo "FAILed to clean up"; exit 20; } -- 1.8.3.1