From owner-svn-src-stable-8@FreeBSD.ORG Fri May 21 19:47:53 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37A201065676; Fri, 21 May 2010 19:47:53 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 25D178FC1A; Fri, 21 May 2010 19:47:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4LJlrLR019500; Fri, 21 May 2010 19:47:53 GMT (envelope-from marius@svn.freebsd.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4LJlrob019498; Fri, 21 May 2010 19:47:53 GMT (envelope-from marius@svn.freebsd.org) Message-Id: <201005211947.o4LJlrob019498@svn.freebsd.org> From: Marius Strobl Date: Fri, 21 May 2010 19:47:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208404 - stable/8/tools/regression/usr.bin/sed X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 19:47:53 -0000 Author: marius Date: Fri May 21 19:47:52 2010 New Revision: 208404 URL: http://svn.freebsd.org/changeset/base/208404 Log: MFC: r201490 There are actually 129 tests here. Modified: stable/8/tools/regression/usr.bin/sed/multitest.t Directory Properties: stable/8/tools/regression/usr.bin/sed/ (props changed) Modified: stable/8/tools/regression/usr.bin/sed/multitest.t ============================================================================== --- stable/8/tools/regression/usr.bin/sed/multitest.t Fri May 21 19:45:54 2010 (r208403) +++ stable/8/tools/regression/usr.bin/sed/multitest.t Fri May 21 19:47:52 2010 (r208404) @@ -50,7 +50,7 @@ main() awk 'END { for (i = 1; i < 15; i++) print "l1_" i}' lines1 awk 'END { for (i = 1; i < 10; i++) print "l2_" i}' lines2 - echo "1..121" + echo "1..129" exec 4>&1 5>&2 tests