diff options
Diffstat (limited to 'shell/ash_test/ash-heredoc/heredoc1.tests')
-rwxr-xr-x | shell/ash_test/ash-heredoc/heredoc1.tests | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/shell/ash_test/ash-heredoc/heredoc1.tests b/shell/ash_test/ash-heredoc/heredoc1.tests index a912a67..2eeb472 100755 --- a/shell/ash_test/ash-heredoc/heredoc1.tests +++ b/shell/ash_test/ash-heredoc/heredoc1.tests @@ -1,3 +1,9 @@ -# We used to SEGV on this: - -<<EOF; then <W +cat <<000; cat <<www; cat <<eee +000 +qwe +asd +www +123 +456 +eee +echo Ok |