monitoring-plugins/plugins/tests/test_check_swap.t
RincewindsHat 735b04eff7 Fix tests
2024-01-04 02:37:26 +01:00

6 lines
186 B
Perl
Executable file

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