From owner-cvs-all Sat Apr 20 18: 4: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B502837B41B; Sat, 20 Apr 2002 18:04:03 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3L143i08164; Sat, 20 Apr 2002 18:04:03 -0700 (PDT) (envelope-from jmallett) Message-Id: <200204210104.g3L143i08164@freefall.freebsd.org> From: "J. Mallett" Date: Sat, 20 Apr 2002 18:04:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin Makefile src/tools/regression/usr.bin/sed Makefile regress.G.out regress.in regress.psl.out regress.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/04/20 18:04:03 PDT Modified files: tools/regression/usr.bin Makefile Added files: tools/regression/usr.bin/sed Makefile regress.G.out regress.in regress.psl.out regress.sh Log: Add sed(1) tests for proper behaviour of the G option as fixed in PR 26152, and for proper behaviour of some sed functions given a nil pattern space, as fixed in PR 34813. The test for G was based on the test in the PR. The nil pattern space test is slightly different as we need to get *some* output, as the core dump will also produce no output (old behaviour) and turn up falsely that the utility is working fine. Revision Changes Path 1.7 +1 -1 src/tools/regression/usr.bin/Makefile 1.1 +4 -0 src/tools/regression/usr.bin/sed/Makefile (new) 1.1 +8 -0 src/tools/regression/usr.bin/sed/regress.G.out (new) 1.1 +4 -0 src/tools/regression/usr.bin/sed/regress.in (new) 1.1 +1 -0 src/tools/regression/usr.bin/sed/regress.psl.out (new) 1.1 +30 -0 src/tools/regression/usr.bin/sed/regress.sh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message