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