aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-heredoc/heredoc_empty.tests
blob: 3629bc6d1b383c4e9a6f85b91429fd465b94d914 (plain)
1
2
3
4
5
6
7
8
unset a
cat <<- $a
	OK
$a
cat <<- ""
	OK

echo OK