aboutsummaryrefslogtreecommitdiff
path: root/testcode/do-tests.sh
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-04-26 11:23:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-04-26 11:23:26 +0000
commitd3348d437fb0408bc24892ebd0b035686c294705 (patch)
tree01c1d94467622a175fad10cd34a2f6f05d32c1b7 /testcode/do-tests.sh
parent54dd3272da3f4a5fda7dd6ac359b7cf68e21a796 (diff)
Notes
Diffstat (limited to 'testcode/do-tests.sh')
-rwxr-xr-xtestcode/do-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcode/do-tests.sh b/testcode/do-tests.sh
index 84d2ef566fd9..6ea12cd2f336 100755
--- a/testcode/do-tests.sh
+++ b/testcode/do-tests.sh
@@ -14,7 +14,7 @@ NEED_NOMINGW='tcp_sigpipe.tpkg 07-confroot.tpkg 08-host-lib.tpkg fwd_ancil.tpkg'
test_tool_avail "dig"
test_tool_avail "ldns-testns"
-# test for ipv6, uses streamptcp peculiarity.
+# test for ipv6, uses streamtcp peculiarity.
if ./streamtcp -f ::1 2>&1 | grep "not supported" >/dev/null 2>&1; then
HAVE_IPV6=no
else