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