use diffrent port, 49188, and hope that it isnt used, help on solaris where the help services runs on port 8888
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20202 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -10,7 +10,10 @@ check_SCRIPTS = $(SCRIPT_TESTS)
|
||||
SCRIPT_TESTS = check-kdc check-digest check-pkinit check-uu
|
||||
TESTS = $(SCRIPT_TESTS)
|
||||
|
||||
port = 49188
|
||||
|
||||
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
|
||||
-e 's,[@]port[@],$(port),g' \
|
||||
-e 's,[@]objdir[@],$(top_builddir)/tests/kdc,g' \
|
||||
-e 's,[@]EGREP[@],$(EGREP),g'
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ objdir="@objdir@"
|
||||
|
||||
R=TEST.H5L.SE
|
||||
|
||||
port=8888
|
||||
port=@port@
|
||||
|
||||
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
|
||||
kdc="${TESTS_ENVIRONMENT} ../../kdc/kdc --addresses=localhost -P $port"
|
||||
|
||||
@@ -46,7 +46,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
|
||||
R=TEST.H5L.SE
|
||||
R2=TEST2.H5L.SE
|
||||
|
||||
port=8888
|
||||
port=@port@
|
||||
|
||||
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
|
||||
kdc="${TESTS_ENVIRONMENT} ../../kdc/kdc --addresses=localhost -P $port"
|
||||
|
||||
@@ -45,7 +45,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
|
||||
|
||||
R=TEST.H5L.SE
|
||||
|
||||
port=8888
|
||||
port=@port@
|
||||
|
||||
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
|
||||
kdc="${TESTS_ENVIRONMENT} ../../kdc/kdc --addresses=localhost -P $port"
|
||||
|
||||
@@ -47,7 +47,7 @@ R=TEST.H5L.SE
|
||||
|
||||
uuspid=
|
||||
|
||||
port=8888
|
||||
port=@port@
|
||||
|
||||
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
|
||||
kdc="${TESTS_ENVIRONMENT} ../../kdc/kdc --addresses=localhost -P $port"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
[realms]
|
||||
TEST.H5L.SE = {
|
||||
kdc = localhost:8888
|
||||
kdc = localhost:@port@
|
||||
}
|
||||
|
||||
[kdc]
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
|
||||
[realms]
|
||||
TEST.H5L.SE = {
|
||||
kdc = localhost:8888
|
||||
kdc = localhost:@port@
|
||||
}
|
||||
TEST2.H5L.SE = {
|
||||
kdc = localhost:8888
|
||||
kdc = localhost:@port@
|
||||
}
|
||||
|
||||
[kdc]
|
||||
|
||||
Reference in New Issue
Block a user