From 472d2a356fe2fad8b54920d99e2829344fd646cd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 13 Aug 2010 18:28:48 +0200 Subject: s3-selftest: fix testparm tests as non-root. Thanks to Andreas for pointing this out. Guenther --- source3/script/tests/test_testparm_s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script') diff --git a/source3/script/tests/test_testparm_s3.sh b/source3/script/tests/test_testparm_s3.sh index c88fc2d9d5..b9e4b810cf 100755 --- a/source3/script/tests/test_testparm_s3.sh +++ b/source3/script/tests/test_testparm_s3.sh @@ -5,7 +5,7 @@ # The main purpose (for now) is to test all the special handlers # and the macro expansions. -TEMP_CONFFILE=${LIBDIR}/smb.conf.tmp +TEMP_CONFFILE=${LOCAL_PATH}/smb.conf.tmp TESTPARM="$VALGRIND ${TESTPARM:-$BINDIR/testparm} --suppress-prompt --skip-logic-checks" test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && { -- cgit