Blame SOURCES/bash-tty-tests.patch

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