monitoring-plugins/plugins/tests/test_check_disk.t
2025-03-18 15:57:44 +01:00

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";