From 94ee9fb46f64c361ed26b7c6ab35193dc3d5c81b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 29 Sep 2005 00:48:48 +0000 Subject: r10599: Use localhost again for now, until I trace where we are leaking name lookups. Andrew Bartlett --- source/script/tests/selftest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/script') 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 -- cgit