]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/make/tests/shell/path_select/legacy_test.sh
MFC: r264832
[FreeBSD/stable/10.git] / usr.bin / make / tests / shell / path_select / legacy_test.sh
1 #! /bin/sh
2 # $FreeBSD$
3
4 . $(dirname $0)/../../common.sh
5
6 # Description
7 DESC="New path for builtin shells (2)."
8
9 # Setup
10 TEST_COPY_FILES="shell 755"
11
12 # Run
13 TEST_N=3
14 TEST_1="sh_test"
15 TEST_2="csh_test"
16 TEST_3="ksh_test"
17 TEST_3_SKIP="no ksh on FreeBSD"
18
19 eval_cmd $*