diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-31 23:58:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-31 23:58:02 +0200 |
commit | 4924bc877f714ec00ac8b02378d11f1508bbe8b4 (patch) | |
tree | 276d2c7b746e593133cf1fc6ca548e10f71e1b5f /plugins/tests/test_check_disk.t | |
parent | 922d16ab2e44594d0ae4e4ac0c2b095cb1a1003f (diff) | |
parent | d0647ec7e1500c0e6164ac9820a7d623582bdde2 (diff) | |
download | monitoring-plugins-refs/heads/master.tar.gz |
Refactor/check disk
Diffstat (limited to 'plugins/tests/test_check_disk.t')
-rwxr-xr-x | plugins/tests/test_check_disk.t | 6 |
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 | ||
2 | use Test::More; | ||
3 | if (! -e "./test_check_disk") { | ||
4 | plan skip_all => "./test_check_disk not compiled - please enable libtap library to test"; | ||
5 | } | ||
6 | exec "./test_check_disk"; | ||