summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/shell/meta/legacy_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/tests/shell/meta/legacy_test.sh')
-rw-r--r--usr.bin/make/tests/shell/meta/legacy_test.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/make/tests/shell/meta/legacy_test.sh b/usr.bin/make/tests/shell/meta/legacy_test.sh
new file mode 100644
index 0000000..41cd763
--- /dev/null
+++ b/usr.bin/make/tests/shell/meta/legacy_test.sh
@@ -0,0 +1,17 @@
+#! /bin/sh
+# $FreeBSD$
+
+. $(dirname $0)/../../common.sh
+
+# Description
+DESC="Check that a command line with meta characters is passed to the shell."
+
+# Setup
+TEST_COPY_FILES="sh 755"
+
+# Run
+TEST_N=2
+TEST_1="-B no-meta"
+TEST_2="-B meta"
+
+eval_cmd $*
OpenPOWER on IntegriCloud