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