X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fsanity-lmv.sh;h=0a11ed7b7ce39c44c8d6312b34f0b5aa07b36605;hb=87d92f4af2b977a811037033c8c7e9f89a5fc32a;hp=e31e0457c33b75a325772ee91936dc828391d2de;hpb=0d48225629bcec79f9f1b350e23711846d60f565;p=fs%2Flustre-release.git diff --git a/lustre/tests/sanity-lmv.sh b/lustre/tests/sanity-lmv.sh index e31e045..0a11ed7 100644 --- a/lustre/tests/sanity-lmv.sh +++ b/lustre/tests/sanity-lmv.sh @@ -44,21 +44,6 @@ PTLDEBUG=${PTLDEBUG:-0} . krb5_env.sh -if [ $UID -ne 0 ]; then - RUNAS_ID="$UID" - RUNAS="" -else - RUNAS_ID=${RUNAS_ID:-500} - RUNAS=${RUNAS:-"runas -u $RUNAS_ID"} -fi - -if [ `using_krb5_sec $SECURITY` == 'y' ] ; then - start_krb5_kdc || exit 1 - if [ $RUNAS_ID -ne $UID ]; then - $RUNAS ./krb5_refresh_cache.sh || exit 2 - fi -fi - export NAME=${NAME:-lmv} SAVE_PWD=$PWD