summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-28 20:30:16 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-28 21:01:49 +0100
commit6a41a2de8d2f44fc3a654416edb04538e125350c (patch)
tree71a297c32e51d730115e5733d4c18f0f837d4a26 /source3/script/tests
parent8b7c66512d2021e6e7b299adb3e93807b6b3516d (diff)
downloadsamba-6a41a2de8d2f44fc3a654416edb04538e125350c.tar.gz
samba-6a41a2de8d2f44fc3a654416edb04538e125350c.tar.bz2
samba-6a41a2de8d2f44fc3a654416edb04538e125350c.zip
selftest: abstract Samba3 provision a bit
metze
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_net_misc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_net_misc.sh b/source3/script/tests/test_net_misc.sh
index 0a0636ac8a..9f5fdfe925 100755
--- a/source3/script/tests/test_net_misc.sh
+++ b/source3/script/tests/test_net_misc.sh
@@ -16,7 +16,7 @@ test_time()
{
PARAM="$1"
- ${NETTIME} ${PARAM} -S localhost2
+ ${NETTIME} -S ${SERVER} ${PARAM}
}
test_lookup()