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:
1
tests/plugin/.cvsignore
Normal file
1
tests/plugin/.cvsignore
Normal file
@@ -0,0 +1 @@
|
||||
Makefile.in
|
@@ -7,7 +7,10 @@ noinst_DATA = krb5.conf
|
||||
SCRIPT_TESTS = check-pac
|
||||
TESTS = $(SCRIPT_TESTS)
|
||||
|
||||
port = 49188
|
||||
|
||||
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
|
||||
-e 's,[@]port[@],$(port),g' \
|
||||
-e 's,[@]objdir[@],$(top_builddir)/tests/plugin,g' \
|
||||
-e 's,[@]EGREP[@],$(EGREP),g'
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
[realms]
|
||||
TEST.H5L.SE = {
|
||||
kdc = localhost:8888
|
||||
kdc = localhost:@port@
|
||||
}
|
||||
|
||||
[kdc]
|
||||
|
Reference in New Issue
Block a user