diff options
Diffstat (limited to 'unit-tests/shell-ksh.mk')
-rw-r--r-- | unit-tests/shell-ksh.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unit-tests/shell-ksh.mk b/unit-tests/shell-ksh.mk new file mode 100644 index 000000000000..3acf98cdb5d1 --- /dev/null +++ b/unit-tests/shell-ksh.mk @@ -0,0 +1,11 @@ +# $NetBSD: shell-ksh.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $ +# +# Tests for using a korn shell for running the commands. + +.SHELL: name="ksh" path="ksh" + +all: + : normal + @: hidden + +: always + -: ignore errors |