shell: syncronize ash and hush heredoc1.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
9a8ece5158
commit
959cb67428
@ -1 +1,5 @@
|
||||
./heredoc1.tests: line 3: syntax error: unexpected "then"
|
||||
qwe
|
||||
asd
|
||||
123
|
||||
456
|
||||
Ok
|
||||
|
@ -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
|
||||
|
1
shell/ash_test/ash-heredoc/heredoc8.right
Normal file
1
shell/ash_test/ash-heredoc/heredoc8.right
Normal file
@ -0,0 +1 @@
|
||||
./heredoc8.tests: line 3: syntax error: unexpected "then"
|
3
shell/ash_test/ash-heredoc/heredoc8.tests
Executable file
3
shell/ash_test/ash-heredoc/heredoc8.tests
Executable file
@ -0,0 +1,3 @@
|
||||
# ash used to SEGV on this:
|
||||
|
||||
<<EOF; then <W
|
1
shell/hush_test/hush-heredoc/heredoc8.right
Normal file
1
shell/hush_test/hush-heredoc/heredoc8.right
Normal file
@ -0,0 +1 @@
|
||||
hush: syntax error at 'then'
|
3
shell/hush_test/hush-heredoc/heredoc8.tests
Executable file
3
shell/hush_test/hush-heredoc/heredoc8.tests
Executable file
@ -0,0 +1,3 @@
|
||||
# ash used to SEGV on this:
|
||||
|
||||
<<EOF; then <W
|
Loading…
Reference in New Issue
Block a user