monitoring-plugins/plugins/tests/test_check_disk.t

7 lines
183 B
Perl
Raw Normal View History

2025-03-18 10:57:44 -04:00
#!/usr/bin/perl
use Test::More;
if (! -e "./test_check_disk") {
plan skip_all => "./test_check_disk not compiled - please enable libtap library to test";
}
exec "./test_check_disk";