summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-09-29 00:48:48 +0000
committerAndrew Bartlett <abartlet@samba.org>2005-09-29 00:48:48 +0000
commit94ee9fb46f64c361ed26b7c6ab35193dc3d5c81b (patch)
tree93c6cbc5c075ab1e344dda42b0679b887cf5a0fa /source/script
parentf143919f61f752652b62e7e09dc6cf2e94dc3b35 (diff)
downloadsamba-94ee9fb46f64c361ed26b7c6ab35193dc3d5c81b.tar.gz
samba-94ee9fb46f64c361ed26b7c6ab35193dc3d5c81b.tar.xz
samba-94ee9fb46f64c361ed26b7c6ab35193dc3d5c81b.zip
r10599: Use localhost again for now, until I trace where we are leaking name lookups.
Andrew Bartlett
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/selftest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/tests/selftest.sh b/source/script/tests/selftest.sh
index fc35e797f99..f402b0ffd0e 100755
--- a/source/script/tests/selftest.sh
+++ b/source/script/tests/selftest.sh
@@ -7,7 +7,7 @@ REALM=SAMBA.EXAMPLE.COM
PASSWORD=penguin
SRCDIR=`pwd`
ROOT=$USER
-SERVER=localtest
+SERVER=localhost
if test -z "$ROOT"; then
ROOT=$LOGNAME
fi