From owner-cvs-all@FreeBSD.ORG Thu May 19 11:23:02 2005 Return-Path: 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 3F77116A4CE; Thu, 19 May 2005 11:23:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F14A743D8D; Thu, 19 May 2005 11:23:01 +0000 (GMT) (envelope-from harti@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 j4JBN1IS026370; Thu, 19 May 2005 11:23:01 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4JBN1FV026369; Thu, 19 May 2005 11:23:01 GMT (envelope-from harti) Message-Id: <200505191123.j4JBN1FV026369@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 19 May 2005 11:23:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/usr.bin/make/shell/path Makefile expected.status expected.stderr expected.stdout sh.sh test.t expected.status expected.stderr expected.stdout sh.sh test.t ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 19 May 2005 11:23:02 -0000 harti 2005-05-19 11:23:01 UTC FreeBSD src repository Added files: tools/regression/usr.bin/make/shell/path Makefile expected.status expected.stderr expected.stdout sh.sh test.t tools/regression/usr.bin/make/shell/path_select Makefile expected.status expected.stderr expected.stdout sh.sh test.t tools/regression/usr.bin/make/shell/select Makefile expected.status expected.stderr expected.stdout test.t Log: Some test cases for .SHELL target: builtin shell selection and changing the path of a builtin shell. Revision Changes Path 1.1 +48 -0 src/tools/regression/usr.bin/make/shell/path/Makefile (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/shell/path/expected.status (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/shell/path/expected.stderr (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/shell/path/expected.stdout (new) 1.1 +6 -0 src/tools/regression/usr.bin/make/shell/path/sh.sh (new) 1.1 +13 -0 src/tools/regression/usr.bin/make/shell/path/test.t (new) 1.1 +40 -0 src/tools/regression/usr.bin/make/shell/path_select/Makefile (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/shell/path_select/expected.status (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/shell/path_select/expected.stderr (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/shell/path_select/expected.stdout (new) 1.1 +6 -0 src/tools/regression/usr.bin/make/shell/path_select/sh.sh (new) 1.1 +13 -0 src/tools/regression/usr.bin/make/shell/path_select/test.t (new) 1.1 +33 -0 src/tools/regression/usr.bin/make/shell/select/Makefile (new) 1.1 +1 -0 src/tools/regression/usr.bin/make/shell/select/expected.status (new) 1.1 +0 -0 src/tools/regression/usr.bin/make/shell/select/expected.stderr (new) 1.1 +2 -0 src/tools/regression/usr.bin/make/shell/select/expected.stdout (new) 1.1 +13 -0 src/tools/regression/usr.bin/make/shell/select/test.t (new)