From owner-cvs-src@FreeBSD.ORG Mon Jun 20 04:17:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EA2B16A442; Mon, 20 Jun 2005 04:17:13 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB2A43D1F; Mon, 20 Jun 2005 04:17:13 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5K4HD54091882; Mon, 20 Jun 2005 04:17:13 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5K4HDfD091881; Mon, 20 Jun 2005 04:17:13 GMT (envelope-from gad) Message-Id: <200506200417.j5K4HDfD091881@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 20 Jun 2005 04:17:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/usr.bin/env Makefile regress-env.rgdata regress-sb.rb X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2005 04:17:13 -0000 gad 2005-06-20 04:17:13 UTC FreeBSD src repository Added files: tools/regression/usr.bin/env Makefile regress-env.rgdata regress-sb.rb Log: Add a suite of regression tests for all the recent changes to `env', using my own script to handle it. I wrote my own partially because of all the quoting-issues involved with testing what I wanted to test, and partially because this lets me commit one script and one data file, instead of one-file-per-regression-test. This suite was good enough for my initial testing (and it did help me find a few bugs that would have otherwise been missed). I'm not sure how well it will work in general use, but I figured I might as well commit it. It won't *hurt* to have it available. At the worst, people can just ignore it. Approved by: re (blanket `env') Revision Changes Path 1.1 +17 -0 src/tools/regression/usr.bin/env/Makefile (new) 1.1 +244 -0 src/tools/regression/usr.bin/env/regress-env.rgdata (new) 1.1 +540 -0 src/tools/regression/usr.bin/env/regress-sb.rb (new)