mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
6 lines
183 B
Perl
Executable file
6 lines
183 B
Perl
Executable file
#!/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";
|