summaryrefslogtreecommitdiff
path: root/src/tcp/tcp_read.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcp/tcp_read.cc')
-rw-r--r--src/tcp/tcp_read.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tcp/tcp_read.cc b/src/tcp/tcp_read.cc
index 534a50a..9db8235 100644
--- a/src/tcp/tcp_read.cc
+++ b/src/tcp/tcp_read.cc
@@ -114,7 +114,7 @@ Read from tcp interface.\n \
}
#if 0
-%!test
+%!xtest
%! addr = resolvehost ('gnu.org', 'address');
%! a = tcp (addr, 80);
%! assert (! isnull (a));