From: ericm Date: Thu, 16 Jun 2005 22:19:50 +0000 (+0000) Subject: don't assume PDSH as ssh, which caused troubles for testing. X-Git-Tag: 1.4.10~1000 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=af8e3fcc19bad503fb0191f95a3015d1f95e7b95;p=fs%2Flustre-release.git don't assume PDSH as ssh, which caused troubles for testing. --- diff --git a/lustre/tests/krb5_env.sh b/lustre/tests/krb5_env.sh index fc4e973..d048073 100755 --- a/lustre/tests/krb5_env.sh +++ b/lustre/tests/krb5_env.sh @@ -10,7 +10,6 @@ export KDCDIR=${KDCDIR:-"/usr/kerberos/sbin"} export KRB5DIR=${KRB5DIR:-"/usr/kerberos"} export LGSSD=${LGSSD:-"/usr/sbin/lgssd"} export SVCGSSD=${SVCGSSD:-"/usr/sbin/lsvcgssd"} -export PDSH=${PDSH:-"ssh"} export CHECK_KDC=${CHECKKDC:-"no"}