Roman Rakus 87b6511
diff -up bash-4.0/tests/read.tests.tty_tests bash-4.0/tests/read.tests
Roman Rakus 87b6511
--- bash-4.0/tests/read.tests.tty_tests	2008-09-06 19:09:11.000000000 +0200
Roman Rakus 87b6511
+++ bash-4.0/tests/read.tests	2009-01-21 16:21:48.000000000 +0100
Roman Rakus 87b6511
@@ -82,9 +82,6 @@ echo " foo" | { IFS=$':' ; read line; re
6925bbc
 # test read -d delim behavior
6925bbc
 ${THIS_SH} ./read1.sub
6925bbc
 
6925bbc
-# test read -t timeout behavior
6925bbc
-${THIS_SH} ./read2.sub
6925bbc
-
6925bbc
 # test read -n nchars behavior
6925bbc
 ${THIS_SH} ./read3.sub
6925bbc
 
Roman Rakus 87b6511
diff -up bash-4.0/tests/read.right.tty_tests bash-4.0/tests/read.right
Roman Rakus 87b6511
--- bash-4.0/tests/read.right.tty_tests	2008-09-06 19:10:14.000000000 +0200
Roman Rakus 87b6511
+++ bash-4.0/tests/read.right	2009-01-21 16:30:03.000000000 +0100
Roman Rakus 87b6511
@@ -33,14 +33,6 @@ a = abcdefg
6925bbc
 a = xyz
6925bbc
 a = -xyz 123-
6925bbc
 a = abc
Roman Rakus 87b6511
-timeout 1: ok
Roman Rakus 87b6511
-
Roman Rakus 87b6511
-timeout 2: ok
Roman Rakus 87b6511
-
Roman Rakus 87b6511
-./read2.sub: line 23: read: -3: invalid timeout specification
6925bbc
-1
Roman Rakus 87b6511
-
6925bbc
-abcde
6925bbc
 ./read3.sub: line 4: read: -1: invalid number
6925bbc
 abc
6925bbc
 ab