diff --git a/doc/Changelog b/doc/Changelog index 8856eb7d3..08b08635d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/testcode/do-tests.sh b/testcode/do-tests.sh index f535fa15f..924897f31 100755 --- a/testcode/do-tests.sh +++ b/testcode/do-tests.sh @@ -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 diff --git a/testdata/07-confroot.tpkg b/testdata/07-confroot.tpkg index 690f35f5a..705c70876 100644 Binary files a/testdata/07-confroot.tpkg and b/testdata/07-confroot.tpkg differ diff --git a/testdata/fwd_ancil.tpkg b/testdata/fwd_ancil.tpkg index 7c22a93f8..75517808f 100644 Binary files a/testdata/fwd_ancil.tpkg and b/testdata/fwd_ancil.tpkg differ diff --git a/testdata/tcp_sigpipe.tpkg b/testdata/tcp_sigpipe.tpkg index a34dbb4e7..0fe42f837 100644 Binary files a/testdata/tcp_sigpipe.tpkg and b/testdata/tcp_sigpipe.tpkg differ