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