summaryrefslogtreecommitdiff
path: root/perl/t
diff options
context:
space:
mode:
Diffstat (limited to 'perl/t')
-rwxr-xr-xperl/t/keytab.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/t/keytab.t b/perl/t/keytab.t
index 88a40a9..b8b6a6b 100755
--- a/perl/t/keytab.t
+++ b/perl/t/keytab.t
@@ -317,6 +317,8 @@ SKIP: {
my @path = (split (':', $ENV{PATH}), '/usr/local/sbin', '/usr/sbin');
my ($remctld) = grep { -x $_ } map { "$_/remctld" } @path;
skip 'remctld not found', 16 unless $remctld;
+ eval { require Net::Remctl };
+ skip 'Net::Remctl not available', 16 if $@;
# Set up our configuration.
$Wallet::Config::KEYTAB_FILE = 't/data/test.keytab';