ash: add read -u; fix read -t and read -n; add testsuite entries.
This commit is contained in:
3
shell/ash_test/ash-read/read_n.tests
Executable file
3
shell/ash_test/ash-read/read_n.tests
Executable file
@@ -0,0 +1,3 @@
|
||||
echo 'test' | (read reply; echo "$reply")
|
||||
echo 'test' | (read -n 3 reply; echo "$reply")
|
||||
echo 'test' | (read -n3 reply; echo "$reply")
|
||||
Reference in New Issue
Block a user