diff options
author | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-06-03 15:00:34 (GMT) |
---|---|---|
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-06-03 15:00:34 (GMT) |
commit | 0ad5dc61893b282ca3ea31c43bf0e372eb4de4cb (patch) | |
tree | b4a8accd76e2b6d331baae48bbcd6054d6e90638 /lib/tests/test_tcp.t | |
parent | d059eeb2948f9d24d801f930e99e81fdf96d5c37 (diff) | |
download | monitoring-plugins-0ad5dc61893b282ca3ea31c43bf0e372eb4de4cb.tar.gz |
Added test cases for utils_tcp
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1730 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests/test_tcp.t')
-rwxr-xr-x | lib/tests/test_tcp.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tests/test_tcp.t b/lib/tests/test_tcp.t new file mode 100755 index 0000000..8f34b67 --- /dev/null +++ b/lib/tests/test_tcp.t | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/usr/bin/perl | ||
2 | use Test::More; | ||
3 | if (! -e "./test_tcp") { | ||
4 | plan skip_all => "./test_tcp not compiled - please install tap library to test"; | ||
5 | } | ||
6 | exec "./test_tcp"; | ||