diff options
Diffstat (limited to 'unit-tests/sh-leading-hyphen.mk')
-rw-r--r-- | unit-tests/sh-leading-hyphen.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unit-tests/sh-leading-hyphen.mk b/unit-tests/sh-leading-hyphen.mk new file mode 100644 index 000000000000..94be43495afb --- /dev/null +++ b/unit-tests/sh-leading-hyphen.mk @@ -0,0 +1,9 @@ +# $NetBSD: sh-leading-hyphen.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $ +# +# Tests for shell commands preceded by a '-', to ignore the exit status of +# the command line. + +# TODO: Implementation + +all: + @:; |