summaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make/shell/replace/test.t
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-05-31 14:13:07 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-05-31 14:13:07 +0000
commitd9ea463fbfddfbd6506de80bbe3446b8301f1e1b (patch)
tree8fadeb40f8b4f59b7bf77d2e8290da809f57ffef /tools/regression/usr.bin/make/shell/replace/test.t
parent500b4917abd738f0a52e4b8a39bd3ad285e580eb (diff)
Notes
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 838a605796432..5c91cf9e03e86 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 $*