summaryrefslogtreecommitdiffstats
path: root/plugins/tests/test_check_disk.t
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-18 15:57:44 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-18 15:57:44 +0100
commit59e0a258f9c0f393bf29cced1f35743f74e7b10c (patch)
treeb58756ef9284f4a02546fcc098f036a677e4481f /plugins/tests/test_check_disk.t
parent7994b478187d38c04dd2d7d9241d237875589738 (diff)
downloadmonitoring-plugins-59e0a258f9c0f393bf29cced1f35743f74e7b10c.tar.gz
Migrate disk tests from lib, tool
Diffstat (limited to 'plugins/tests/test_check_disk.t')
-rwxr-xr-xplugins/tests/test_check_disk.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/tests/test_check_disk.t b/plugins/tests/test_check_disk.t
new file mode 100755
index 00000000..56354650
--- /dev/null
+++ b/plugins/tests/test_check_disk.t
@@ -0,0 +1,6 @@
1#!/usr/bin/perl
2use Test::More;
3if (! -e "./test_check_disk") {
4 plan skip_all => "./test_check_disk not compiled - please enable libtap library to test";
5}
6exec "./test_check_disk";