Blame SOURCES/bash-tty-tests.patch

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