summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_tcp.t
diff options
context:
space:
mode:
authorMatthias Eble <psychotrahe@users.sourceforge.net>2007-06-03 15:00:34 (GMT)
committerMatthias Eble <psychotrahe@users.sourceforge.net>2007-06-03 15:00:34 (GMT)
commit0ad5dc61893b282ca3ea31c43bf0e372eb4de4cb (patch)
treeb4a8accd76e2b6d331baae48bbcd6054d6e90638 /lib/tests/test_tcp.t
parentd059eeb2948f9d24d801f930e99e81fdf96d5c37 (diff)
downloadmonitoring-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-xlib/tests/test_tcp.t6
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
2use Test::More;
3if (! -e "./test_tcp") {
4 plan skip_all => "./test_tcp not compiled - please install tap library to test";
5}
6exec "./test_tcp";