summaryrefslogtreecommitdiff
path: root/source3/script/tests/selftest.sh
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-10-20 17:53:06 -0700
committerJeremy Allison <jra@samba.org>2009-10-20 17:53:06 -0700
commit9356265802c908dc41189229d9a942e42b7bc4aa (patch)
treed69b4c23fcb8a870842cf2109d02275866e3ccca /source3/script/tests/selftest.sh
parentbb7cf9ad23b05416aa6a50de8b2b3b6aad674809 (diff)
downloadsamba-9356265802c908dc41189229d9a942e42b7bc4aa.tar.gz
samba-9356265802c908dc41189229d9a942e42b7bc4aa.tar.bz2
samba-9356265802c908dc41189229d9a942e42b7bc4aa.zip
Turn on LOCK9 test which will test for regressions in bug 6828.
Jeremy.
Diffstat (limited to 'source3/script/tests/selftest.sh')
-rwxr-xr-xsource3/script/tests/selftest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 43e7bf1731..73d0aa4c0e 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -89,6 +89,7 @@ NSS_WRAPPER_PASSWD="$PRIVATEDIR/passwd"
NSS_WRAPPER_GROUP="$PRIVATEDIR/group"
WINBINDD_SOCKET_DIR=$PREFIX_ABS/winbindd
WINBINDD_PRIV_PIPE_DIR=$LOCKDIR/winbindd_privileged
+TEST_DIRECTORY=$DIRECTORY
export PREFIX PREFIX_ABS
export CONFIGURATION CONFFILE SAMBA4CONFIGURATION SAMBA4CONFFILE
@@ -99,6 +100,7 @@ export USERNAME PASSWORD
export WORKGROUP SERVER SERVER_IP
export NSS_WRAPPER_PASSWD NSS_WRAPPER_GROUP
export WINBINDD_SOCKET_DIR WINBINDD_PRIV_PIPE_DIR
+export TEST_DIRECTORY
PATH=bin:$PATH
export PATH