From owner-cvs-all@FreeBSD.ORG Tue Jul 22 12:22:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE1E837B401; Tue, 22 Jul 2003 12:22:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F5A143F93; Tue, 22 Jul 2003 12:22:08 -0700 (PDT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6MJM80U009402; Tue, 22 Jul 2003 12:22:08 -0700 (PDT) (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6MJM8Vt009401; Tue, 22 Jul 2003 12:22:08 -0700 (PDT) Message-Id: <200307221922.h6MJM8Vt009401@repoman.freebsd.org> From: Diomidis Spinellis Date: Tue, 22 Jul 2003 12:22:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/sed/TEST sed.test X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 19:22:09 -0000 dds 2003/07/22 12:22:08 PDT FreeBSD src repository Modified files: usr.bin/sed/TEST sed.test Log: Test 8.16 in sed.test tests the ability of a sed to handle an empty regular expression as the first argument to a substitute command. If used to test a sed which (erroneously) evaluates this at translation time rather than at execution time, the bugged sed is put into an infinite loop. This mode of failure seems excessive. Such a failing sed is the Free Software Foundation's sed 3.02. The specific test was also not being executed for the BSD sed. Both problems are now fixed. PR: misc/25585 Submitted by: Walter Briscoe Approved by: schweikh (mentor) MFC after: 2 weeks Revision Changes Path 1.3 +19 -11 src/usr.bin/sed/TEST/sed.test