ash testsuite: add most of hust tests which pass for ash
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
3
shell/ash_test/ash-heredoc/heredoc_huge.right
Normal file
3
shell/ash_test/ash-heredoc/heredoc_huge.right
Normal file
@@ -0,0 +1,3 @@
|
||||
546ed3f5c81c780d3ab86ada14824237 -
|
||||
546ed3f5c81c780d3ab86ada14824237 -
|
||||
End
|
9
shell/ash_test/ash-heredoc/heredoc_huge.tests
Executable file
9
shell/ash_test/ash-heredoc/heredoc_huge.tests
Executable file
@@ -0,0 +1,9 @@
|
||||
# This creates 120k heredoc
|
||||
echo 'cat <<HERE | md5sum' >"$0.tmp"
|
||||
yes "123456789 123456789 123456789 123456789" | head -3000 >>"$0.tmp"
|
||||
echo 'HERE' >>"$0.tmp"
|
||||
|
||||
yes "123456789 123456789 123456789 123456789" | head -3000 | md5sum
|
||||
. "$0.tmp"
|
||||
rm "$0.tmp"
|
||||
echo End
|
Reference in New Issue
Block a user