From owner-cvs-src-old@FreeBSD.ORG Mon Oct 18 23:10:42 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 DA71210657C1 for ; Mon, 18 Oct 2010 23:10:42 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A8BBD8FC21 for ; Mon, 18 Oct 2010 23:10:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9INAg3P052244 for ; Mon, 18 Oct 2010 23:10:42 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9INAgV5052243 for cvs-src-old@freebsd.org; Mon, 18 Oct 2010 23:10:42 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <201010182310.o9INAgV5052243@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Mon, 18 Oct 2010 23:10:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/tools/regression/bin/sh/builtins break3.0 command10.0 command3.0 command4.0 command4.127 command5.0 command9.0 src/tools/regression/bin/sh/errors backquote-error1.0 src/tools/regression/bin/sh/execution func2.0 src/tools/regression/bin/sh/expansion ifs3.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: Mon, 18 Oct 2010 23:10:42 -0000 obrien 2010-10-18 23:10:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) tools/regression/bin/sh/builtins command3.0 command5.0 tools/regression/bin/sh/errors backquote-error1.0 tools/regression/bin/sh/execution func2.0 tools/regression/bin/sh/set-e elif1.0 elif2.0 if1.0 if3.0 while1.0 while2.0 Added files: (Branch: RELENG_8) tools/regression/bin/sh/builtins break3.0 command10.0 command4.0 command9.0 tools/regression/bin/sh/expansion ifs3.0 Removed files: (Branch: RELENG_8) tools/regression/bin/sh/builtins command4.127 Log: SVN rev 214045 on 2010-10-18 23:10:32Z by obrien MFC: r199955: disable job control when running 'sh -i' in the testsuite r204801: make sure to popredir() even if a special builtin caused an error r204802: make sure to popredir() even if a function caused an error r211399: get rid of unnecessary non-standard empty lists. r211609: add a test for breaking from a loop outside the current function r211622: test that all bytes from 128 to 255 can be used in IFS r211973: weaken builtins/command4 test to only require a non-0 exit status Revision Changes Path 1.1.2.2 +15 -0 src/tools/regression/bin/sh/builtins/break3.0 (new) 1.1.2.2 +14 -0 src/tools/regression/bin/sh/builtins/command10.0 (new) 1.1.10.2 +1 -0 src/tools/regression/bin/sh/builtins/command3.0 1.1.2.2 +2 -0 src/tools/regression/bin/sh/builtins/command4.0 (new) 1.1.10.2 +0 -2 src/tools/regression/bin/sh/builtins/command4.127 (dead) 1.1.10.2 +1 -0 src/tools/regression/bin/sh/builtins/command5.0 1.1.2.2 +14 -0 src/tools/regression/bin/sh/builtins/command9.0 (new) 1.1.2.2 +1 -1 src/tools/regression/bin/sh/errors/backquote-error1.0 1.1.2.3 +1 -0 src/tools/regression/bin/sh/execution/func2.0 1.1.2.2 +21 -0 src/tools/regression/bin/sh/expansion/ifs3.0 (new) 1.1.10.2 +2 -0 src/tools/regression/bin/sh/set-e/elif1.0 1.1.10.2 +2 -0 src/tools/regression/bin/sh/set-e/elif2.0 1.1.10.2 +1 -0 src/tools/regression/bin/sh/set-e/if1.0 1.2.10.2 +1 -0 src/tools/regression/bin/sh/set-e/if3.0 1.1.10.2 +1 -0 src/tools/regression/bin/sh/set-e/while1.0 1.1.10.2 +1 -0 src/tools/regression/bin/sh/set-e/while2.0