diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-08 15:23:35 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-08 15:23:35 +0100 |
commit | 2c1cd0c9fefc43124472f605694b11812d3d5d87 (patch) | |
tree | 6125a0baf4cb79113cde83e94c6e3ff2fbd330e5 /source3 | |
parent | 50721b485f4322a2cd8688740bc1de3f754a7c05 (diff) | |
download | samba-2c1cd0c9fefc43124472f605694b11812d3d5d87.tar.gz samba-2c1cd0c9fefc43124472f605694b11812d3d5d87.tar.bz2 samba-2c1cd0c9fefc43124472f605694b11812d3d5d87.zip |
Make sure smbtorture4 can find all gensec modules. (Fixes RPC-BINDSAMBA3)
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/script/tests/selftest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index e8adc32c7c..4786a78d31 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -164,6 +164,7 @@ cat >$SAMBA4CONFFILE<<EOF interfaces = $TORTURE_INTERFACES panic action = $SCRIPTDIR/gdb_backtrace %PID% %PROG% include = $COMMONCONFFILE + modules dir = $SRCDIR/bin/modules EOF cat >$SERVERCONFFILE<<EOF |