diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-18 15:57:44 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-18 15:57:44 +0100 |
| commit | 59e0a258f9c0f393bf29cced1f35743f74e7b10c (patch) | |
| tree | b58756ef9284f4a02546fcc098f036a677e4481f /plugins/tests/test_check_disk.t | |
| parent | 7994b478187d38c04dd2d7d9241d237875589738 (diff) | |
| download | monitoring-plugins-59e0a258f9c0f393bf29cced1f35743f74e7b10c.tar.gz | |
Migrate disk tests from lib, tool
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"; | ||
