Blame SOURCES/bash-tty-tests.patch

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