summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/shell/builtin/legacy_test.sh
blob: 6347583faeb69663c56c9a6d95b9f71d9582927c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh
# $FreeBSD$

. $(dirname $0)/../../common.sh

# Description
DESC="Check that a command line with a builtin is passed to the shell."

# Setup
TEST_COPY_FILES="sh 755"

# Run
TEST_N=2
TEST_1="-B no-builtin"
TEST_2="-B builtin"

eval_cmd $*
OpenPOWER on IntegriCloud