Blame SOURCES/bash-tty-tests.patch

287226
diff -up bash-4.2-rc2/tests/exec.right.tty_tests bash-4.2-rc2/tests/exec.right
287226
--- bash-4.2-rc2/tests/exec.right.tty_tests	2011-02-09 10:42:48.000000000 +0100
287226
+++ bash-4.2-rc2/tests/exec.right	2011-02-09 10:42:59.000000000 +0100
287226
@@ -50,7 +50,6 @@ this is ohio-state
287226
 0
287226
 1
287226
 testb
287226
-expand_aliases 	on
287226
 1
287226
 1
287226
 1
287226
diff -up bash-4.2-rc2/tests/execscript.tty_tests bash-4.2-rc2/tests/execscript
287226
--- bash-4.2-rc2/tests/execscript.tty_tests	2010-12-27 22:01:02.000000000 +0100
287226
+++ bash-4.2-rc2/tests/execscript	2011-02-09 10:42:34.000000000 +0100
287226
@@ -107,8 +107,6 @@ ${THIS_SH} ./exec6.sub
287226
 # checks for properly deciding what constitutes an executable file
287226
 ${THIS_SH} ./exec7.sub
287226
 
287226
-${THIS_SH} -i ./exec8.sub
287226
-
287226
 ${THIS_SH} ./exec9.sub
287226
 
287226
 true | `echo true` &
287226
diff -up bash-4.2-rc2/tests/read.right.tty_tests bash-4.2-rc2/tests/read.right
287226
--- bash-4.2-rc2/tests/read.right.tty_tests	2010-12-21 16:49:00.000000000 +0100
287226
+++ bash-4.2-rc2/tests/read.right	2011-02-09 10:42:34.000000000 +0100
287226
@@ -33,14 +33,6 @@ a = abcdefg
287226
 a = xyz
287226
 a = -xyz 123-
287226
 a = abc
287226
-timeout 1: ok
287226
-
287226
-timeout 2: ok
287226
-
287226
-./read2.sub: line 23: read: -3: invalid timeout specification
287226
-1
287226
-
287226
-abcde
287226
 ./read3.sub: line 4: read: -1: invalid number
287226
 abc
287226
 ab
287226
diff -up bash-4.2-rc2/tests/read.tests.tty_tests bash-4.2-rc2/tests/read.tests
287226
--- bash-4.2-rc2/tests/read.tests.tty_tests	2008-09-06 19:09:11.000000000 +0200
287226
+++ bash-4.2-rc2/tests/read.tests	2011-02-09 10:42:34.000000000 +0100
287226
@@ -82,9 +82,6 @@ echo " foo" | { IFS=$':' ; read line; re
287226
 # test read -d delim behavior
287226
 ${THIS_SH} ./read1.sub
287226
 
287226
-# test read -t timeout behavior
287226
-${THIS_SH} ./read2.sub
287226
-
287226
 # test read -n nchars behavior
287226
 ${THIS_SH} ./read3.sub
287226