diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-12 12:15:42 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-12 12:15:42 +0000 |
commit | ee03f1415acc9f4f8901593d9045244fbb3bbbb0 (patch) | |
tree | 32faccd0a0ac25373fec4823499969e62c2541ae /plugins/tests/test_disk.t | |
parent | df23fd75267c830f85a74cfde3020981c37e82a5 (diff) | |
download | monitoring-plugins-ee03f1415acc9f4f8901593d9045244fbb3bbbb0.tar.gz |
Moving check_disk functions into utils_disk.c and testing them
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1447 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/tests/test_disk.t')
-rwxr-xr-x | plugins/tests/test_disk.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/tests/test_disk.t b/plugins/tests/test_disk.t new file mode 100755 index 00000000..d32567a9 --- /dev/null +++ b/plugins/tests/test_disk.t | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/usr/bin/perl | ||
2 | use Test::More; | ||
3 | if (! -e "./test_disk") { | ||
4 | plan skip_all => "./test_disk not compiled - please install tap library to test"; | ||
5 | } | ||
6 | exec "./test_disk"; | ||