diff options
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_testparm_s3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" && { |