summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/shell/path/test.t
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/usr.bin/make/shell/path/test.t')
-rw-r--r--tools/regression/usr.bin/make/shell/path/test.t19
1 files changed, 14 insertions, 5 deletions
diff --git a/tools/regression/usr.bin/make/shell/path/test.t b/tools/regression/usr.bin/make/shell/path/test.t
index 890fb45..72ff252 100644
--- a/tools/regression/usr.bin/make/shell/path/test.t
+++ b/tools/regression/usr.bin/make/shell/path/test.t
@@ -5,9 +5,18 @@
cd `dirname $0`
. ../../common.sh
-desc_test()
-{
- echo "New path for builtin shells."
-}
+# Description
+DESC="New path for builtin shells."
-eval_cmd $1
+# Setup
+TEST_COPY_FILES="sh 755"
+TEST_LINKS="sh csh sh ksh"
+
+# 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 $*
OpenPOWER on IntegriCloud