From 45e33ff74717f39c421091f1a74f7d895e38bf57 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 23 Jan 2008 19:17:09 +0000 Subject: Add a destroy() method to the Wallet::Admin object and use that instead of Wallet::Schema::drop in the test suite. --- perl/t/keytab.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl/t/keytab.t') diff --git a/perl/t/keytab.t b/perl/t/keytab.t index a40332a..503b5c9 100755 --- a/perl/t/keytab.t +++ b/perl/t/keytab.t @@ -892,6 +892,5 @@ EOO } # Clean up. -my $schema = Wallet::Schema->new; -$schema->drop ($dbh); +$admin->destroy; unlink ('wallet-db', 'krb5cc_temp', 'krb5cc_test', 'test-acl', 'test-pid'); -- cgit v1.2.3