testset port to vista/mingw.
git-svn-id: https://unbound.nlnetlabs.nl/svn/trunk@1373 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
7a4d4eec4d
commit
89ebfdcdd5
@ -4,6 +4,7 @@
|
||||
This is different per system or distribution, usually, running the
|
||||
script under the same username as the server uses suffices.
|
||||
i.e. sudo -u unbound unbound-control-setup
|
||||
- testset port to vista/mingw.
|
||||
|
||||
21 November 2008: Wouter
|
||||
- fixed tcp accept, errors were printed when they should not.
|
||||
|
@ -8,14 +8,6 @@ NEED_NC='fwd_compress_c00c.tpkg'
|
||||
NEED_CURL='06-ianaports.tpkg'
|
||||
NEED_WHOAMI='07-confroot.tpkg'
|
||||
NEED_IPV6='fwd_ancil.tpkg fwd_tcp_tc6.tpkg'
|
||||
NEED_JOBCONTROL='tcp_sigpipe.tpkg'
|
||||
|
||||
# test if job control - and also signals - are available (not on mingw).
|
||||
if wait %% 2>&1 | grep "job control not enabled" >/dev/null 2>&1; then
|
||||
JOBCONTROL=no
|
||||
else
|
||||
JOBCONTROL=yes
|
||||
fi
|
||||
|
||||
# test for ipv6, uses streamptcp peculiarity.
|
||||
if ./streamtcp -f ::1 2>&1 | grep "not supported" >/dev/null 2>&1; then
|
||||
|
BIN
testdata/07-confroot.tpkg
vendored
BIN
testdata/07-confroot.tpkg
vendored
Binary file not shown.
BIN
testdata/fwd_ancil.tpkg
vendored
BIN
testdata/fwd_ancil.tpkg
vendored
Binary file not shown.
BIN
testdata/tcp_sigpipe.tpkg
vendored
BIN
testdata/tcp_sigpipe.tpkg
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user