summaryrefslogtreecommitdiff
path: root/source4/selftest/test_ejs.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-01 02:33:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:21 -0500
commit477ecbd4987663b0c121d77fb72bce4f318ee7bb (patch)
tree37f627ae7a2174782b28d0f7daf43dc360d21448 /source4/selftest/test_ejs.sh
parentc3077a9e4bd3fd61055a1824946f6f2fb4aec583 (diff)
downloadsamba-477ecbd4987663b0c121d77fb72bce4f318ee7bb.tar.gz
samba-477ecbd4987663b0c121d77fb72bce4f318ee7bb.tar.bz2
samba-477ecbd4987663b0c121d77fb72bce4f318ee7bb.zip
r24861: Use absolute paths to make it easier to run the testsuite from the Samba3 source.
(This used to be commit 022d5a43cedeb5cca7e4cf3424963e2180ec1f2f)
Diffstat (limited to 'source4/selftest/test_ejs.sh')
-rwxr-xr-xsource4/selftest/test_ejs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/selftest/test_ejs.sh b/source4/selftest/test_ejs.sh
index 0282fce154..86ea6cd8c9 100755
--- a/source4/selftest/test_ejs.sh
+++ b/source4/selftest/test_ejs.sh
@@ -6,8 +6,8 @@ CONFIGURATION="$*"
incdir=`dirname $0`
. $incdir/test_functions.sh
-SCRIPTDIR=../testprogs/ejs
-DATADIR=../testdata
+SCRIPTDIR=$samba4srcdir/../testprogs/ejs
+DATADIR=$samba4srcdir/../testdata
plantest "base.js" dc "$SCRIPTDIR/base.js" $CONFIGURATION
plantest "samr.js" dc "$SCRIPTDIR/samr.js" $CONFIGURATION ncalrpc: -U\$USERNAME%\$PASSWORD
@@ -15,4 +15,4 @@ plantest "echo.js" dc "$SCRIPTDIR/echo.js" $CONFIGURATION ncalrpc: -U\$USERNAME%
#plantest "ejsnet.js" dc "$SCRIPTDIR/ejsnet.js" $CONFIGURATION -U\$USERNAME%\$PASSWORD \$DOMAIN ejstestuser
plantest "ldb.js" none "$SCRIPTDIR/ldb.js" `pwd` $CONFIGURATION
plantest "samba3sam.js" none $SCRIPTDIR/samba3sam.js $CONFIGURATION `pwd` $DATADIR/samba3/
-plantest "winreg" dc scripting/bin/winreg $CONFIGURATION ncalrpc: 'HKLM' -U\$USERNAME%\$PASSWORD
+plantest "winreg" dc $samba4srcdir/scripting/bin/winreg $CONFIGURATION ncalrpc: 'HKLM' -U\$USERNAME%\$PASSWORD