aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-heredoc/heredoc_empty.tests
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-08-02 11:33:53 +0100
committerRon Yorston <rmy@pobox.com>2017-08-02 11:33:53 +0100
commit8e20d4e9264a30dcc6d652943211668b1a6fe85b (patch)
tree7a7dcd4d55e2eb83374aed059a873486451c82e9 /shell/ash_test/ash-heredoc/heredoc_empty.tests
parentc8b51e5f274ff044ba2f9f350ead478d6c2063aa (diff)
parentec05df13b0f3bc69074909f078f981f417d95c89 (diff)
downloadbusybox-w32-8e20d4e9264a30dcc6d652943211668b1a6fe85b.tar.gz
busybox-w32-8e20d4e9264a30dcc6d652943211668b1a6fe85b.tar.bz2
busybox-w32-8e20d4e9264a30dcc6d652943211668b1a6fe85b.zip
Merge branch 'busybox' into merge
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 @@
1unset a
2cat <<- $a
3 OK
4$a
5cat <<- ""
6 OK
7
8echo OK