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 /lib/tests/test_disk.t | |
parent | 922d16ab2e44594d0ae4e4ac0c2b095cb1a1003f (diff) | |
parent | d0647ec7e1500c0e6164ac9820a7d623582bdde2 (diff) | |
download | monitoring-plugins-refs/heads/master.tar.gz |
Refactor/check disk
Diffstat (limited to 'lib/tests/test_disk.t')
-rwxr-xr-x | lib/tests/test_disk.t | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/tests/test_disk.t b/lib/tests/test_disk.t deleted file mode 100755 index da84dfdf..00000000 --- a/lib/tests/test_disk.t +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #!/usr/bin/perl | ||
2 | use Test::More; | ||
3 | if (! -e "./test_disk") { | ||
4 | plan skip_all => "./test_disk not compiled - please enable libtap library to test"; | ||
5 | } | ||
6 | exec "./test_disk"; | ||