summaryrefslogtreecommitdiffstats
path: root/plugins/tests/test_check_swap.t
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2024-12-29 21:23:38 +0100
committerGitHub <noreply@github.com>2024-12-29 21:23:38 +0100
commit39680498ee0987a5e0eb203a2c0539aa1fa94d39 (patch)
tree51bf00a9e8a9ad9d1b9bdd59504b2b1ad2b0583b /plugins/tests/test_check_swap.t
parente301a9410d7f5f9f864086696eb2003d08512b2b (diff)
parent54529b601385ebf3bd0fca855e8def62ec5b6527 (diff)
downloadmonitoring-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-xplugins/tests/test_check_swap.t6
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
2use Test::More;
3if (! -e "./test_check_swap") {
4 plan skip_all => "./test_check_swap not compiled - please enable libtap library to test";
5}
6exec "./test_check_swap";