diff options
Diffstat (limited to 'tools/regression/usr.bin/make/shell/path_select/test.t')
-rw-r--r-- | tools/regression/usr.bin/make/shell/path_select/test.t | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/tools/regression/usr.bin/make/shell/path_select/test.t b/tools/regression/usr.bin/make/shell/path_select/test.t index fef0eb9cc7c6a..5bac6316722e8 100644 --- a/tools/regression/usr.bin/make/shell/path_select/test.t +++ b/tools/regression/usr.bin/make/shell/path_select/test.t @@ -5,9 +5,17 @@ cd `dirname $0` . ../../common.sh -desc_test() -{ - echo "New path for builtin shells (2)." -} +# Description +DESC="New path for builtin shells (2)." -eval_cmd $1 +# Setup +TEST_COPY_FILES="shell 755" + +# Run +TEST_N=3 +TEST_1="sh_test" +TEST_2="csh_test" +TEST_3="ksh_test" +TEST_3_SKIP="no ksh on FreeBSD" + +eval_cmd $* |