]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/regression/usr.bin/make/shell/path_select/test.t
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / tools / regression / usr.bin / make / shell / path_select / test.t
1 #!/bin/sh
2
3 # $FreeBSD$
4
5 cd `dirname $0`
6 . ../../common.sh
7
8 # Description
9 DESC="New path for builtin shells (2)."
10
11 # Setup
12 TEST_COPY_FILES="shell 755"
13
14 # Run
15 TEST_N=3
16 TEST_1="sh_test"
17 TEST_2="csh_test"
18 TEST_3="ksh_test"
19 TEST_3_SKIP="no ksh on FreeBSD"
20
21 eval_cmd $*