Module Name: krb5 Committed By: raeburn Date: Fri Nov 15 01:20:29 UTC 2002 Modified Files: krb5/src/lib/rpc/unit-test/ChangeLog krb5/src/lib/rpc/unit-test/Makefile.in krb5/src/lib/rpc/unit-test/lib/helpers.exp Added Files: Removed Files: Log Message Better cleanup; reduce filename conflict. * Makefile.in (unit-test-ok): Depend only on unit-test-body. (unit-test-body): Remove krb5cc_rpc_test_* on entry and on successful exit. On error exit, let the trap handler do all the cleanup. Incorporate old unit-test-setup commands. (unit-test-setup, unit-test-cleanup): Targets deleted. * lib/helpers.exp (start_client, wait_client): Set KRB5CCNAME to something in the current directory. To generate a diff of this commit: cvs diff -r1.50 -r1.51 krb5/src/lib/rpc/unit-test/ChangeLog cvs diff -r1.24 -r1.25 krb5/src/lib/rpc/unit-test/Makefile.in cvs diff -r1.7 -r1.8 krb5/src/lib/rpc/unit-test/lib/helpers.exp