Date: Sat, 20 Apr 2002 18:04:03 -0700 (PDT) From: "J. Mallett" <jmallett@FreeBSD.org> 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 Message-ID: <200204210104.g3L143i08164@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204210104.g3L143i08164>