summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-30 22:38:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:35:04 -0500
commit40f85ace04abad7460d0f0afe9211c4280482c6c (patch)
tree27d20db768cfda4fb40bfc9cf8ed37923be30501 /source4/script
parent34305d74e19e09d304db4bfe7fcd46504831feaf (diff)
downloadsamba-40f85ace04abad7460d0f0afe9211c4280482c6c.tar.gz
samba-40f85ace04abad7460d0f0afe9211c4280482c6c.tar.bz2
samba-40f85ace04abad7460d0f0afe9211c4280482c6c.zip
r9813: Conver testsuite for samba3sam module to EJS
(This used to be commit 77f24ed131bf57c30bb500e1d8d387bd4b403ddc)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/selftest.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh
index b102bf20fe..82cac6459f 100755
--- a/source4/script/tests/selftest.sh
+++ b/source4/script/tests/selftest.sh
@@ -88,7 +88,7 @@ cat >$CONFFILE<<EOF
ncalrpc dir = $NCALRPCDIR
lock dir = $LOCKDIR
setup directory = $SRCDIR/setup
- js include = $SRCDIR/scripting/libjs
+ js include = $SRCDIR/scripting/libjs
name resolve order = bcast
interfaces = lo*
tls enabled = $TLS_ENABLED
@@ -107,10 +107,10 @@ cat >$CONFFILE<<EOF
[cifs]
read only = no
ntvfs handler = cifs
- cifs:server = localhost
- cifs:user = $USERNAME
- cifs:password = $PASSWORD
- cifs:domain = $DOMAIN
+ cifs:server = localhost
+ cifs:user = $USERNAME
+ cifs:password = $PASSWORD
+ cifs:domain = $DOMAIN
cifs:share = tmp
EOF