diff options
Diffstat (limited to 'shell/ash_test/ash-heredoc')
-rwxr-xr-x | shell/ash_test/ash-heredoc/heredoc.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/ash-heredoc/heredoc.tests b/shell/ash_test/ash-heredoc/heredoc.tests index 31316a58d..b3cdc3f7b 100755 --- a/shell/ash_test/ash-heredoc/heredoc.tests +++ b/shell/ash_test/ash-heredoc/heredoc.tests @@ -1,6 +1,6 @@ # check order and content of multiple here docs -cat << EOF1 << EOF2 +cat << EOF1 << EOF2 hi EOF1 there |