summaryrefslogtreecommitdiffstats
path: root/plugins/tests/test_check_snmp.t
blob: 967633e941f03ee92262f7c7e88ec81cc90cfd3e (plain)
1
2
3
4
5
6
#!/usr/bin/perl
use Test::More;
if (! -e "./test_check_snmp") {
	plan skip_all => "./test_check_snmp not compiled - please enable libtap library to test";
}
exec "./test_check_snmp";