summaryrefslogtreecommitdiff
path: root/perl/t/util/kadmin.t
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-07-15 16:49:20 -0700
committerRuss Allbery <rra@stanford.edu>2014-07-15 21:10:00 -0700
commit284b4a8201ef5cfcf44e9571ab155425b4e6a44f (patch)
tree01cc149d564b539809f0eb49b0bb6dbb38b70ef7 /perl/t/util/kadmin.t
parent6ad57756fdccc7fd3bf8a6fe88a13de52d5bfafa (diff)
Drop use POSIX from several tests that don't use it
Change-Id: I61379e8963569d26c9b9c31d1727f3cca4567f8e Reviewed-on: https://gerrit.stanford.edu/1550 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl/t/util/kadmin.t')
-rwxr-xr-xperl/t/util/kadmin.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/t/util/kadmin.t b/perl/t/util/kadmin.t
index 2a3d984..db94780 100755
--- a/perl/t/util/kadmin.t
+++ b/perl/t/util/kadmin.t
@@ -11,7 +11,6 @@
use strict;
use warnings;
-use POSIX qw(strftime);
use Test::More tests => 34;
BEGIN { $Wallet::Config::KEYTAB_TMP = '.' }