From 81022deadc4867e798894f4330c29be2bc7011fd Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 25 Jul 1997 19:40:10 +0000 Subject: [PATCH] * Makefile.in: Remove test-randkey since it was breaking the server-side tests; api.2/getprinc-v2.exp wants *two* keys, while randkey results in only one. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10132 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/kadm5/unit-test/ChangeLog | 6 ++++++ src/lib/kadm5/unit-test/Makefile.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lib/kadm5/unit-test/ChangeLog b/src/lib/kadm5/unit-test/ChangeLog index 23c750015..ba1d1f0da 100644 --- a/src/lib/kadm5/unit-test/ChangeLog +++ b/src/lib/kadm5/unit-test/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 25 15:38:35 1997 Tom Yu + + * Makefile.in: Remove test-randkey since it was breaking the + server-side tests; api.2/getprinc-v2.exp wants *two* keys, while + randkey results in only one. + Mon May 5 17:11:44 1997 Barry Jaspan * setkey-test.c, configure.in: add rules to test for correct diff --git a/src/lib/kadm5/unit-test/Makefile.in b/src/lib/kadm5/unit-test/Makefile.in index dd0522c80..28c382644 100644 --- a/src/lib/kadm5/unit-test/Makefile.in +++ b/src/lib/kadm5/unit-test/Makefile.in @@ -115,7 +115,7 @@ unit-test-client-body: site.exp test-noauth test-destroy test-handle-client -mv api.log capi.log -mv api.sum capi.sum -unit-test-server-body: site.exp test-randkey test-handle-server lock-test +unit-test-server-body: site.exp test-handle-server lock-test $(ENV_SETUP) $(RUNTEST) --tool api RPC=0 API=$(SRVTCL) \ LOCKTEST=./lock-test \ KADMIN_LOCAL=$(BUILDTOP)/kadmin/cli/kadmin.local -- 2.26.2