busybox/shell/hush_test/hush-read
Denys Vlasenko 44257ad5d0 hush: fix IFS handling in read
$ echo "X:Y:" | (IFS=": " read x y; echo "|$x|$y|")
|X|Y|
$ echo "X:Y  :  " | (IFS=": " read x y; echo "|$x|$y|")
|X|Y|

function                                             old     new   delta
shell_builtin_read                                  1320    1426    +106

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-04-11 17:18:34 +02:00
..
read_ifs.right
read_ifs.tests
read_ifs2.right hush: fix IFS handling in read 2018-04-11 17:18:34 +02:00
read_ifs2.tests hush: fix IFS handling in read 2018-04-11 17:18:34 +02:00
read_n.right
read_n.tests
read_r.right
read_r.tests
read_REPLY.right
read_REPLY.tests
read_SIGCHLD.right
read_SIGCHLD.tests
read_t.right
read_t.tests
read_t0.right shell: optional support for read -t N.NNN, closes 10101 2017-07-20 16:09:31 +02:00
read_t0.tests shell: optional support for read -t N.NNN, closes 10101 2017-07-20 16:09:31 +02:00