xref: /freebsd/usr.bin/bmake/tests/shell/builtin/legacy_test.sh (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1#! /bin/sh
2
3. $(dirname $0)/../../common.sh
4
5# Description
6DESC="Check that a command line with a builtin is passed to the shell."
7
8# Setup
9TEST_COPY_FILES="sh 755"
10
11# Run
12TEST_N=2
13TEST_1="-B no-builtin"
14TEST_2="-B builtin"
15
16eval_cmd $*
17