summaryrefslogtreecommitdiffstats
path: root/plugins/tests/test_check_disk.t
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-07-06 22:49:04 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-07-06 22:49:04 +0200
commit92c7b91002b64187a67463e79ae3d306f5de923c (patch)
tree0a167d65d488fd07641789e45c6863e2b982fe43 /plugins/tests/test_check_disk.t
parentbb4ce15997a3023c5c4f2bb434b37699797272da (diff)
parente63acdb83d9edcc8c1e244fc34043b4876b74f16 (diff)
downloadmonitoring-plugins-92c7b910.tar.gz
Merge branch 'master' into refactor/check_load
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";