Blame SOURCES/bash-tty-tests.patch

50ece2
diff --git a/tests/exec.right b/tests/exec.right
50ece2
index 81224fa..ff77f09 100644
50ece2
--- a/tests/exec.right
50ece2
+++ b/tests/exec.right
50ece2
@@ -51,7 +51,6 @@ this is ohio-state
50ece2
 0
50ece2
 1
50ece2
 testb
50ece2
-expand_aliases 	on
50ece2
 1
50ece2
 1
50ece2
 1
50ece2
diff --git a/tests/execscript b/tests/execscript
50ece2
index 3415ae3..75c48a4 100644
50ece2
--- a/tests/execscript
50ece2
+++ b/tests/execscript
50ece2
@@ -108,8 +108,6 @@ ${THIS_SH} ./exec6.sub
50ece2
 # checks for properly deciding what constitutes an executable file
50ece2
 ${THIS_SH} ./exec7.sub
50ece2
 
50ece2
-${THIS_SH} -i ./exec8.sub
50ece2
-
50ece2
 ${THIS_SH} ./exec9.sub
50ece2
 
50ece2
 ${THIS_SH} ./exec10.sub
50ece2
diff --git a/tests/read.right b/tests/read.right
50ece2
index 73cb704..a92fe7f 100644
50ece2
--- a/tests/read.right
50ece2
+++ b/tests/read.right
50ece2
@@ -33,14 +33,6 @@ a = abcdefg
50ece2
 a = xyz
50ece2
 a = -xyz 123-
50ece2
 a = abc
50ece2
-timeout 1: ok
50ece2
-
50ece2
-timeout 2: ok
50ece2
-
50ece2
-./read2.sub: line 23: read: -3: invalid timeout specification
50ece2
-1
50ece2
-
50ece2
-abcde
50ece2
 ./read3.sub: line 4: read: -1: invalid number
50ece2
 abc
50ece2
 ab
50ece2
diff --git a/tests/read.tests b/tests/read.tests
50ece2
index fe27dae..10346f7 100644
50ece2
--- a/tests/read.tests
50ece2
+++ b/tests/read.tests
50ece2
@@ -82,9 +82,6 @@ echo " foo" | { IFS=$':' ; read line; recho "$line"; }
50ece2
 # test read -d delim behavior
50ece2
 ${THIS_SH} ./read1.sub
50ece2
 
50ece2
-# test read -t timeout behavior
50ece2
-${THIS_SH} ./read2.sub
50ece2
-
50ece2
 # test read -n nchars behavior
50ece2
 ${THIS_SH} ./read3.sub
50ece2
 
50ece2
-- 
50ece2
2.9.3
50ece2