]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/make/tests/shell/select/legacy_test.sh
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / make / tests / shell / select / legacy_test.sh
1 #! /bin/sh
2 # $FreeBSD$
3
4 . $(dirname $0)/../../common.sh
5
6 # Description
7 DESC="Select the builtin sh shell."
8
9 # Run
10 TEST_N=3
11 TEST_1="sh_test"
12 TEST_2="csh_test"
13 TEST_3="ksh_test"
14 TEST_3_SKIP="no ksh on FreeBSD"
15
16 eval_cmd $*