summaryrefslogtreecommitdiff
path: root/unit-tests/shell-sh.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/shell-sh.mk')
-rw-r--r--unit-tests/shell-sh.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/unit-tests/shell-sh.mk b/unit-tests/shell-sh.mk
new file mode 100644
index 000000000000..b3d4f18bbac9
--- /dev/null
+++ b/unit-tests/shell-sh.mk
@@ -0,0 +1,12 @@
+# $NetBSD: shell-sh.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $
+#
+# Tests for using a bourne shell for running the commands.
+# This is the default shell, so there's nothing surprising.
+
+.SHELL: name="sh" path="sh"
+
+all:
+ : normal
+ @: hidden
+ +: always
+ -: ignore errors