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