diff options
Diffstat (limited to 'tests/sys/kern/execve/non_exist_shell')
| -rw-r--r-- | tests/sys/kern/execve/non_exist_shell | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sys/kern/execve/non_exist_shell b/tests/sys/kern/execve/non_exist_shell new file mode 100644 index 000000000000..d00bd83e9f12 --- /dev/null +++ b/tests/sys/kern/execve/non_exist_shell @@ -0,0 +1,3 @@ +#! /foo/bar/baz + +echo foo |
