From owner-cvs-src-old@FreeBSD.ORG Sun Mar 28 19:35:20 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 060891065672 for ; Sun, 28 Mar 2010 19:35:20 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E4D488FC14 for ; Sun, 28 Mar 2010 19:35:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2SJZJQk007491 for ; Sun, 28 Mar 2010 19:35:19 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2SJZJ9V007490 for cvs-src-old@freebsd.org; Sun, 28 Mar 2010 19:35:19 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201003281935.o2SJZJ9V007490@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 28 Mar 2010 19:34:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/tools/regression/bin/sh/builtins eval3.0 src/tools/regression/bin/sh/errors redirection-error5.0 src/tools/regression/bin/sh/expansion arith2.0 arith3.0 assign1.0 cmdsubst2.0 plus-minus1.0 question1.0 set-u1.0 src/tools/regression/bin/sh/parser heredoc1.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2010 19:35:20 -0000 jilles 2010-03-28 19:34:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) tools/regression/bin/sh/expansion arith2.0 Added files: (Branch: RELENG_8) tools/regression/bin/sh/builtins eval3.0 tools/regression/bin/sh/errors redirection-error5.0 tools/regression/bin/sh/expansion arith3.0 assign1.0 cmdsubst2.0 plus-minus1.0 question1.0 set-u1.0 tools/regression/bin/sh/parser heredoc1.0 Log: SVN rev 205800 on 2010-03-28 19:34:57Z by jilles MFC r196607,r198453,r204016,r204017,r204836,r204842,r205105,r205153 Various testcases that work correctly with stable/8 sh. Note: this creates some gaps in the numbering due to lower-numbered tests for new functionality which is not or not yet MFC'ed. Revision Changes Path 1.1.2.2 +9 -0 src/tools/regression/bin/sh/builtins/eval3.0 (new) 1.1.2.2 +5 -0 src/tools/regression/bin/sh/errors/redirection-error5.0 (new) 1.1.2.3 +1 -0 src/tools/regression/bin/sh/expansion/arith2.0 1.1.2.2 +14 -0 src/tools/regression/bin/sh/expansion/arith3.0 (new) 1.1.2.2 +37 -0 src/tools/regression/bin/sh/expansion/assign1.0 (new) 1.1.2.2 +43 -0 src/tools/regression/bin/sh/expansion/cmdsubst2.0 (new) 1.1.2.2 +81 -0 src/tools/regression/bin/sh/expansion/plus-minus1.0 (new) 1.1.2.2 +22 -0 src/tools/regression/bin/sh/expansion/question1.0 (new) 1.1.2.2 +29 -0 src/tools/regression/bin/sh/expansion/set-u1.0 (new) 1.1.2.2 +85 -0 src/tools/regression/bin/sh/parser/heredoc1.0 (new)