From owner-cvs-all@FreeBSD.ORG Fri Oct 28 14:02:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 0F46E16A41F; Fri, 28 Oct 2005 14:02:44 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C904243D46; Fri, 28 Oct 2005 14:02:43 +0000 (GMT) (envelope-from stefanf@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 j9SE2hmA012859; Fri, 28 Oct 2005 14:02:43 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9SE2hvD012857; Fri, 28 Oct 2005 14:02:43 GMT (envelope-from stefanf) Message-Id: <200510281402.j9SE2hvD012857@repoman.freebsd.org> From: Stefan Farfeleder Date: Fri, 28 Oct 2005 14:02:43 +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/bin/sh regress.sh src/tools/regression/bin/sh/builtins command1.0 command2.0 command3.0 command3.0.stdout command4.127 command5.0 command5.0.stdout command6.127 command6.127.stdout X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 28 Oct 2005 14:02:44 -0000 stefanf 2005-10-28 14:02:43 UTC FreeBSD src repository Modified files: tools/regression/bin/sh regress.sh Added files: tools/regression/bin/sh/builtins command1.0 command2.0 command3.0 command3.0.stdout command4.127 command5.0 command5.0.stdout command6.127 command6.127.stdout Log: Add test cases for the command built-in, including its -v and -V options which I'll commit real soon. Count the number of found test cases instead of hard-coding them. Allow an arbitrary exit status. Revision Changes Path 1.1 +5 -0 src/tools/regression/bin/sh/builtins/command1.0 (new) 1.1 +3 -0 src/tools/regression/bin/sh/builtins/command2.0 (new) 1.1 +13 -0 src/tools/regression/bin/sh/builtins/command3.0 (new) 1.1 +7 -0 src/tools/regression/bin/sh/builtins/command3.0.stdout (new) 1.1 +2 -0 src/tools/regression/bin/sh/builtins/command4.127 (new) 1.1 +14 -0 src/tools/regression/bin/sh/builtins/command5.0 (new) 1.1 +8 -0 src/tools/regression/bin/sh/builtins/command5.0.stdout (new) 1.1 +2 -0 src/tools/regression/bin/sh/builtins/command6.127 (new) 1.1 +1 -0 src/tools/regression/bin/sh/builtins/command6.127.stdout (new) 1.3 +3 -3 src/tools/regression/bin/sh/regress.sh