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