monitoring-plugins/plugins/tests/check_disk.t
2026-03-19 12:35:29 +01:00

9 lines
222 B
Perl
Executable file

#!/usr/bin/perl
use strict;
use warnings;
use Test::More;
if (! -e "./tests/test_check_disk") {
plan skip_all => "./test_check_disk not compiled - please enable libtap library to test";
}
exec "./tests/test_check_disk";