diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-12-29 21:23:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-29 21:23:38 +0100 |
commit | 39680498ee0987a5e0eb203a2c0539aa1fa94d39 (patch) | |
tree | 51bf00a9e8a9ad9d1b9bdd59504b2b1ad2b0583b /plugins/tests/test_check_swap.t | |
parent | e301a9410d7f5f9f864086696eb2003d08512b2b (diff) | |
parent | 54529b601385ebf3bd0fca855e8def62ec5b6527 (diff) | |
download | monitoring-plugins-39680498ee0987a5e0eb203a2c0539aa1fa94d39.tar.gz |
Merge pull request #1976 from RincewindsHat/check_swap_again
Refactor check_swap
Diffstat (limited to 'plugins/tests/test_check_swap.t')
-rwxr-xr-x | plugins/tests/test_check_swap.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/tests/test_check_swap.t b/plugins/tests/test_check_swap.t new file mode 100755 index 00000000..826fae01 --- /dev/null +++ b/plugins/tests/test_check_swap.t | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/usr/bin/perl | ||
2 | use Test::More; | ||
3 | if (! -e "./test_check_swap") { | ||
4 | plan skip_all => "./test_check_swap not compiled - please enable libtap library to test"; | ||
5 | } | ||
6 | exec "./test_check_swap"; | ||