aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-heredoc/heredoc_empty.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash_test/ash-heredoc/heredoc_empty.tests')
-rwxr-xr-xshell/ash_test/ash-heredoc/heredoc_empty.tests8
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 @@
+unset a
+cat <<- $a
+ OK
+$a
+cat <<- ""
+ OK
+
+echo OK