summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/suffixes/src_wild1/legacy_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/tests/suffixes/src_wild1/legacy_test.sh')
-rw-r--r--usr.bin/make/tests/suffixes/src_wild1/legacy_test.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.bin/make/tests/suffixes/src_wild1/legacy_test.sh b/usr.bin/make/tests/suffixes/src_wild1/legacy_test.sh
new file mode 100644
index 0000000..053cc6c
--- /dev/null
+++ b/usr.bin/make/tests/suffixes/src_wild1/legacy_test.sh
@@ -0,0 +1,19 @@
+#! /bin/sh
+# $FreeBSD$
+
+. $(dirname $0)/../../common.sh
+
+# Description
+DESC="Source wildcard expansion."
+
+# Setup
+TEST_COPY_FILES="TEST1.a 644 TEST2.a 644"
+
+# Reset
+TEST_CLEAN="TEST1.b"
+
+# Run
+TEST_N=1
+TEST_1="-r test1"
+
+eval_cmd $*
OpenPOWER on IntegriCloud