diff options
Diffstat (limited to 'usr.bin/bmake/tests/shell/replace/legacy_test.sh')
-rw-r--r-- | usr.bin/bmake/tests/shell/replace/legacy_test.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/bmake/tests/shell/replace/legacy_test.sh b/usr.bin/bmake/tests/shell/replace/legacy_test.sh new file mode 100644 index 000000000000..6e672d57b607 --- /dev/null +++ b/usr.bin/bmake/tests/shell/replace/legacy_test.sh @@ -0,0 +1,16 @@ +#! /bin/sh + +. $(dirname $0)/../../common.sh + +# Description +DESC="Check that the shell can be replaced." + +# Setup +TEST_COPY_FILES="shell 755" + +# Run +TEST_N=2 +TEST_1= +TEST_2=-j2 + +eval_cmd $* |