]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/usr.bin/make/shell/select/test.t
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / usr.bin / make / shell / select / test.t
1 #!/bin/sh
2
3 # $FreeBSD$
4
5 cd `dirname $0`
6 . ../../common.sh
7
8 # Description
9 DESC="Select the builtin sh shell."
10
11 # Run
12 TEST_N=3
13 TEST_1="sh_test"
14 TEST_2="csh_test"
15 TEST_3="ksh_test"
16 TEST_3_SKIP="no ksh on FreeBSD"
17
18 eval_cmd $*