repo.or.cz
/
monitoring-plugins.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix INADDR_NONE value (for systems which don't define it).
[monitoring-plugins.git]
/
lib
/
tests
/
test_tcp.t
blob
8f34b67b28eafa51c72ddc15a4b0102d092286b2
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"
;