diff options
Diffstat (limited to 'unit-tests/sh-meta-chars.mk')
-rw-r--r-- | unit-tests/sh-meta-chars.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unit-tests/sh-meta-chars.mk b/unit-tests/sh-meta-chars.mk new file mode 100644 index 000000000000..126ca2ceb118 --- /dev/null +++ b/unit-tests/sh-meta-chars.mk @@ -0,0 +1,11 @@ +# $NetBSD: sh-meta-chars.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $ +# +# Tests for running shell commands that contain meta-characters. +# +# These meta-characters decide whether the command is run by the shell +# or executed directly via execv. See Cmd_Exec for details. + +# TODO: Implementation + +all: + @:; |