summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-09-29 00:48:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:10 -0500
commitb0a5e9126117b8e49a97f2c13c818f4a3c49cbc0 (patch)
treecbe3d301bb5e94d35fd8c2100360c921e3cc1aa3 /source4
parentf9fea8ba7786ef0b633d396c6ae56929325f312b (diff)
downloadsamba-b0a5e9126117b8e49a97f2c13c818f4a3c49cbc0.tar.gz
samba-b0a5e9126117b8e49a97f2c13c818f4a3c49cbc0.tar.bz2
samba-b0a5e9126117b8e49a97f2c13c818f4a3c49cbc0.zip
r10599: Use localhost again for now, until I trace where we are leaking name lookups.
Andrew Bartlett (This used to be commit 23f834dd191c82b632333265a59b5e6d18d5426b)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/script/tests/selftest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh
index fc35e797f9..f402b0ffd0 100755
--- a/source4/script/tests/selftest.sh
+++ b/source4/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