diff options
Diffstat (limited to 'shell/ash_test/ash-heredoc/heredoc_empty.tests')
-rwxr-xr-x | shell/ash_test/ash-heredoc/heredoc_empty.tests | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ash_test/ash-heredoc/heredoc_empty.tests b/shell/ash_test/ash-heredoc/heredoc_empty.tests new file mode 100755 index 000000000..3629bc6d1 --- /dev/null +++ b/shell/ash_test/ash-heredoc/heredoc_empty.tests | |||
@@ -0,0 +1,8 @@ | |||
1 | unset a | ||
2 | cat <<- $a | ||
3 | OK | ||
4 | $a | ||
5 | cat <<- "" | ||
6 | OK | ||
7 | |||
8 | echo OK | ||