diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-30 22:38:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:35:04 -0500 |
commit | 40f85ace04abad7460d0f0afe9211c4280482c6c (patch) | |
tree | 27d20db768cfda4fb40bfc9cf8ed37923be30501 /source4/script | |
parent | 34305d74e19e09d304db4bfe7fcd46504831feaf (diff) | |
download | samba-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-x | source4/script/tests/selftest.sh | 10 |
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 |