svn commit: r336317 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip

Michael Tuexen tuexen at FreeBSD.org
Sun Jul 15 20:42:48 UTC 2018


Author: tuexen
Date: Sun Jul 15 20:42:47 2018
New Revision: 336317
URL: https://svnweb.freebsd.org/changeset/base/336317

Log:
  Adjust comment to reality since r286171.
  
  Sponsored by:		Netflix, Inc.

Modified:
  head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh

Modified: head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh	Sun Jul 15 20:41:16 2018	(r336316)
+++ head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh	Sun Jul 15 20:42:47 2018	(r336317)
@@ -32,8 +32,7 @@
 # 1. A change to the ip stack breaking expected probe behavior,
 #    which is the reason we are testing.
 # 2. The lo0 interface missing or not up.
-# 3. The local ssh service is not online.
-# 4. An unlikely race causes the unlocked global send/receive
+# 3. An unlikely race causes the unlocked global send/receive
 #    variables to be corrupted.
 #
 # This test performs a TCP connection and checks that at least the


More information about the svn-src-all mailing list