summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/kadm5/unit-test/ChangeLog6
-rw-r--r--src/lib/kadm5/unit-test/Makefile.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/kadm5/unit-test/ChangeLog b/src/lib/kadm5/unit-test/ChangeLog
index 23c7500153..ba1d1f0dae 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 <tlyu@mit.edu>
+
+ * 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 <bjaspan@mit.edu>
* 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 dd0522c802..28c382644d 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