]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/usr.bin/make/shell/path/test.t
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / usr.bin / make / shell / path / 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."
10
11 # Setup
12 TEST_COPY_FILES="sh 755"
13 TEST_LINKS="sh csh      sh ksh"
14
15 # Run
16 TEST_N=3
17 TEST_1="sh_test"
18 TEST_2="csh_test"
19 TEST_3="ksh_test"
20 TEST_3_SKIP="no ksh on FreeBSD"
21
22 eval_cmd $*