monitoring-plugins/plugins/tests/check_disk.t

10 lines
225 B
Perl
Raw Normal View History

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