Fix INADDR_NONE value (for systems which don't define it).
[monitoring-plugins.git] / lib / tests / test_tcp.t
blob8f34b67b28eafa51c72ddc15a4b0102d092286b2
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";
6 exec "./test_tcp";