summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/shell/builtin/test.t
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/usr.bin/make/shell/builtin/test.t')
-rw-r--r--tools/regression/usr.bin/make/shell/builtin/test.t16
1 files changed, 11 insertions, 5 deletions
diff --git a/tools/regression/usr.bin/make/shell/builtin/test.t b/tools/regression/usr.bin/make/shell/builtin/test.t
index a20fb2a..1798afc 100644
--- a/tools/regression/usr.bin/make/shell/builtin/test.t
+++ b/tools/regression/usr.bin/make/shell/builtin/test.t
@@ -5,9 +5,15 @@
cd `dirname $0`
. ../../common.sh
-desc_test()
-{
- echo "Check that a command line with a builtin is passed to the shell."
-}
+# Description
+DESC="Check that a command line with a builtin is passed to the shell."
-eval_cmd $1
+# Setup
+TEST_COPY_FILES="sh 755"
+
+# Run
+TEST_N=2
+TEST_1="-B no-builtin"
+TEST_2="-B builtin"
+
+eval_cmd $*
OpenPOWER on IntegriCloud