diff options
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 |