diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2005-05-31 14:13:07 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-05-31 14:13:07 +0000 |
commit | d9ea463fbfddfbd6506de80bbe3446b8301f1e1b (patch) | |
tree | 8fadeb40f8b4f59b7bf77d2e8290da809f57ffef /tools/regression/usr.bin/make/shell/replace/test.t | |
parent | 500b4917abd738f0a52e4b8a39bd3ad285e580eb (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.t | 16 |
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 $* |