summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/shell/path/legacy_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/tests/shell/path/legacy_test.sh')
-rw-r--r--usr.bin/make/tests/shell/path/legacy_test.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/usr.bin/make/tests/shell/path/legacy_test.sh b/usr.bin/make/tests/shell/path/legacy_test.sh
new file mode 100644
index 0000000..9289a8d
--- /dev/null
+++ b/usr.bin/make/tests/shell/path/legacy_test.sh
@@ -0,0 +1,20 @@
+#! /bin/sh
+# $FreeBSD$
+
+. $(dirname $0)/../../common.sh
+
+# Description
+DESC="New path for builtin shells."
+
+# 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