summaryrefslogtreecommitdiff
path: root/source3/script/tests/selftest.sh
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-01-19 00:55:48 +0100
committerGünther Deschner <gd@samba.org>2010-01-19 14:14:30 +0100
commitc971c10a63841d9b850d10ce856e813e37cace36 (patch)
tree7c9812c56b330bea9a61818c23a3b59a0b45a40b /source3/script/tests/selftest.sh
parentf5bba4034b362d354409932f0b0cef0e4d44a08d (diff)
downloadsamba-c971c10a63841d9b850d10ce856e813e37cace36.tar.gz
samba-c971c10a63841d9b850d10ce856e813e37cace36.tar.bz2
samba-c971c10a63841d9b850d10ce856e813e37cace36.zip
s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR.
Guenther
Diffstat (limited to 'source3/script/tests/selftest.sh')
-rwxr-xr-xsource3/script/tests/selftest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 91052a7065..8565185ab6 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -82,7 +82,7 @@ COMMONCONFFILE=$LIBDIR/common.conf
PRIVATEDIR=$PREFIX_ABS/private
LOCKDIR=$PREFIX_ABS/lockdir
LOGDIR=$PREFIX_ABS/logs
-SOCKET_WRAPPER_DIR=$PREFIX/sw
+SOCKET_WRAPPER_DIR=$PREFIX_ABS/sw
CONFIGURATION="--configfile $CONFFILE"
SAMBA4CONFIGURATION="-s $SAMBA4CONFFILE"
NSS_WRAPPER_PASSWD="$PRIVATEDIR/passwd"