Blame SOURCES/bash-tty-tests.patch

b92f7d
diff --git a/tests/exec.right b/tests/exec.right
b92f7d
index 0a249dd..fe8a127 100644
b92f7d
--- a/tests/exec.right
b92f7d
+++ b/tests/exec.right
b92f7d
@@ -51,7 +51,6 @@ this is ohio-state
b92f7d
 0
b92f7d
 1
b92f7d
 testb
b92f7d
-expand_aliases 	on
b92f7d
 1
b92f7d
 1
b92f7d
 1
b92f7d
diff --git a/tests/execscript b/tests/execscript
b92f7d
index 2809676..1216828 100644
b92f7d
--- a/tests/execscript
b92f7d
+++ b/tests/execscript
b92f7d
@@ -108,8 +108,6 @@ ${THIS_SH} ./exec6.sub
b92f7d
 # checks for properly deciding what constitutes an executable file
b92f7d
 ${THIS_SH} ./exec7.sub
b92f7d
 
b92f7d
-${THIS_SH} -i ${PWD}/exec8.sub
b92f7d
-
b92f7d
 ${THIS_SH} ./exec9.sub
b92f7d
 
b92f7d
 ${THIS_SH} ./exec10.sub
b92f7d
diff --git a/tests/read.right b/tests/read.right
b92f7d
index 1144083..09cd422 100644
b92f7d
--- a/tests/read.right
b92f7d
+++ b/tests/read.right
b92f7d
@@ -33,14 +33,6 @@ a = abcdefg
b92f7d
 a = xyz
b92f7d
 a = -xyz 123-
b92f7d
 a = abc
b92f7d
-timeout 1: ok
b92f7d
-
b92f7d
-timeout 2: ok
b92f7d
-
b92f7d
-./read2.sub: line 36: read: -3: invalid timeout specification
b92f7d
-1
b92f7d
-
b92f7d
-abcde
b92f7d
 ./read3.sub: line 17: read: -1: invalid number
b92f7d
 abc
b92f7d
 ab
b92f7d
diff --git a/tests/read.tests b/tests/read.tests
b92f7d
index 7384f05..43fcf8d 100644
b92f7d
--- a/tests/read.tests
b92f7d
+++ b/tests/read.tests
b92f7d
@@ -95,9 +95,6 @@ echo " foo" | { IFS=$':' ; read line; recho "$line"; }
b92f7d
 # test read -d delim behavior
b92f7d
 ${THIS_SH} ./read1.sub
b92f7d
 
b92f7d
-# test read -t timeout behavior
b92f7d
-${THIS_SH} ./read2.sub
b92f7d
-
b92f7d
 # test read -n nchars behavior
b92f7d
 ${THIS_SH} ./read3.sub
b92f7d