From owner-cvs-all@FreeBSD.ORG Mon Sep 5 09:42:10 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 DBCF416A41F; Mon, 5 Sep 2005 09:42:10 +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 9E3E243D45; Mon, 5 Sep 2005 09:42:10 +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 j859gATs066409; Mon, 5 Sep 2005 09:42:10 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j859gA64066408; Mon, 5 Sep 2005 09:42:10 GMT (envelope-from stefanf) Message-Id: <200509050942.j859gA64066408@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 5 Sep 2005 09:42:10 +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 hash1.0 hash1.0.stdout hash2.0 hash2.0.stdout hash3.0 hash3.0.stdout return1.0 return2.1 return3.1 src/tools/regression/bin/sh/set-e for1.0 func1.0 func2.1 until3.0 ... 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: Mon, 05 Sep 2005 09:42:11 -0000 stefanf 2005-09-05 09:42:10 UTC FreeBSD src repository Modified files: tools/regression/bin/sh regress.sh Added files: tools/regression/bin/sh/builtins hash1.0 hash1.0.stdout hash2.0 hash2.0.stdout hash3.0 hash3.0.stdout return1.0 return2.1 return3.1 tools/regression/bin/sh/set-e for1.0 func1.0 func2.1 until3.0 while3.0 Log: - Add tests for hash and return and more tests for set -e. - Simplify regress.sh, sort tests. Revision Changes Path 1.1 +5 -0 src/tools/regression/bin/sh/builtins/hash1.0 (new) 1.1 +1 -0 src/tools/regression/bin/sh/builtins/hash1.0.stdout (new) 1.1 +4 -0 src/tools/regression/bin/sh/builtins/hash2.0 (new) 1.1 +1 -0 src/tools/regression/bin/sh/builtins/hash2.0.stdout (new) 1.1 +3 -0 src/tools/regression/bin/sh/builtins/hash3.0 (new) 1.1 +2 -0 src/tools/regression/bin/sh/builtins/hash3.0.stdout (new) 1.1 +7 -0 src/tools/regression/bin/sh/builtins/return1.0 (new) 1.1 +7 -0 src/tools/regression/bin/sh/builtins/return2.1 (new) 1.1 +3 -0 src/tools/regression/bin/sh/builtins/return3.1 (new) 1.2 +4 -9 src/tools/regression/bin/sh/regress.sh 1.1 +9 -0 src/tools/regression/bin/sh/set-e/for1.0 (new) 1.1 +7 -0 src/tools/regression/bin/sh/set-e/func1.0 (new) 1.1 +7 -0 src/tools/regression/bin/sh/set-e/func2.1 (new) 1.1 +9 -0 src/tools/regression/bin/sh/set-e/until3.0 (new) 1.1 +9 -0 src/tools/regression/bin/sh/set-e/while3.0 (new)