Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2017 07:25:13 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r319643 - user/pho/stress2/misc
Message-ID:  <201706070725.v577PDIp055020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Wed Jun  7 07:25:13 2017
New Revision: 319643
URL: https://svnweb.freebsd.org/changeset/base/319643

Log:
  pty.ko is not needed for this test.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/posix_openpt.sh

Modified: user/pho/stress2/misc/posix_openpt.sh
==============================================================================
--- user/pho/stress2/misc/posix_openpt.sh	Wed Jun  7 05:33:56 2017	(r319642)
+++ user/pho/stress2/misc/posix_openpt.sh	Wed Jun  7 07:25:13 2017	(r319643)
@@ -42,8 +42,6 @@ sed '1,/^EOF/d' < $here/$0 > posix_openpt.c
 mycc -o posix_openpt -Wall -Wextra -O2 posix_openpt.c || exit 1
 rm -f posix_openpt.c
 
-kldstat -v | grep -q pty || { kldload pty || exit 1; }
-
 for i in `jot 10`; do
 	/tmp/posix_openpt &
 done



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706070725.v577PDIp055020>