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

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

# Description
DESC="New path for builtin shells (2)."

# Setup
TEST_COPY_FILES="shell 755"

# Run
TEST_N=3
TEST_1="sh_test"
TEST_2="csh_test"
TEST_3="ksh_test"
TEST_3_SKIP="no ksh on FreeBSD"

eval_cmd $*
OpenPOWER on IntegriCloud