Deleted Added
full compact
legacy_test.sh (146454) legacy_test.sh (146822)
1#!/bin/sh
2
1#!/bin/sh
2
3# $FreeBSD: head/tools/regression/usr.bin/make/shell/builtin/test.t 146454 2005-05-20 15:25:04Z harti $
3# $FreeBSD: head/tools/regression/usr.bin/make/shell/builtin/test.t 146822 2005-05-31 14:13:07Z harti $
4
5cd `dirname $0`
6. ../../common.sh
7
4
5cd `dirname $0`
6. ../../common.sh
7
8desc_test()
9{
10 echo "Check that a command line with a builtin is passed to the shell."
11}
8# Description
9DESC="Check that a command line with a builtin is passed to the shell."
12
10
13eval_cmd $1
11# Setup
12TEST_COPY_FILES="sh 755"
13
14# Run
15TEST_N=2
16TEST_1="-B no-builtin"
17TEST_2="-B builtin"
18
19eval_cmd $*