xref: /freebsd/usr.bin/bmake/tests/shell/replace/legacy_test.sh (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
1#! /bin/sh
2
3. $(dirname $0)/../../common.sh
4
5# Description
6DESC="Check that the shell can be replaced."
7
8# Setup
9TEST_COPY_FILES="shell 755"
10
11# Run
12TEST_N=2
13TEST_1=
14TEST_2=-j2
15
16eval_cmd $*
17