From 19c0f5e4263931b2df8132dbc0e96f5630f7066b Mon Sep 17 00:00:00 2001 From: Mikhail Pershin Date: Tue, 24 Aug 2010 23:13:57 +0400 Subject: [PATCH] b=23634 sanity-sec RUNAS fix fix regression from bug 14242 on master i=tappro i=vitaly --- lustre/tests/sanity-sec.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/sanity-sec.sh b/lustre/tests/sanity-sec.sh index 0c99c11..d592192 100644 --- a/lustre/tests/sanity-sec.sh +++ b/lustre/tests/sanity-sec.sh @@ -24,7 +24,8 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} init_logging -RUNAS=${RUNAS:-"$LUSTRE/tests/runas"} +RUNAS="runas" + WTL=${WTL:-"$LUSTRE/tests/write_time_limit"} CONFDIR=/etc/lustre -- 1.8.3.1