From 1e2387474a449452b78520b9ad96a8b4b5e99722 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Wed, 17 Apr 2019 19:07:19 +0200 Subject: initial commit of source fetch --- .../check_rbl/check_rbl-1.4.4/t/01_validation.t | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 nagios-plugins-contrib-24.20190301~bpo9+1/check_rbl/check_rbl-1.4.4/t/01_validation.t (limited to 'nagios-plugins-contrib-24.20190301~bpo9+1/check_rbl/check_rbl-1.4.4/t/01_validation.t') diff --git a/nagios-plugins-contrib-24.20190301~bpo9+1/check_rbl/check_rbl-1.4.4/t/01_validation.t b/nagios-plugins-contrib-24.20190301~bpo9+1/check_rbl/check_rbl-1.4.4/t/01_validation.t new file mode 100644 index 0000000..c76f3fb --- /dev/null +++ b/nagios-plugins-contrib-24.20190301~bpo9+1/check_rbl/check_rbl-1.4.4/t/01_validation.t @@ -0,0 +1,20 @@ +#!perl + +use 5.00800; + +use strict; +use warnings; + +use File::Spec; +use Test::More tests => 1; + +our $VERSION = '1.4.0'; + +my $check_rbl = File::Spec->catfile(qw(blib script check_rbl)); + +require_ok($check_rbl); + +my $plugin_module = load_module( 'Monitoring::Plugin', 'Nagios::Plugin' ); +our $plugin = $plugin_module->new( shortname => 'CHECK_RBL' ); + +1; -- cgit v1.2.3