svashisht / rpms / bash

Forked from rpms/bash 6 years ago
Clone
498f26e
diff --git a/tests/exec.right b/tests/exec.right
91692f1
index 6075cc8..0b3f02c 100644
498f26e
--- a/tests/exec.right
498f26e
+++ b/tests/exec.right
498f26e
@@ -51,7 +51,6 @@ this is ohio-state
Roman Rakus cd90727
 0
Roman Rakus cd90727
 1
Roman Rakus cd90727
 testb
Roman Rakus cd90727
-expand_aliases 	on
Roman Rakus cd90727
 1
Roman Rakus cd90727
 1
Roman Rakus cd90727
 1
498f26e
diff --git a/tests/execscript b/tests/execscript
91692f1
index c1819de..9227a4a 100644
498f26e
--- a/tests/execscript
498f26e
+++ b/tests/execscript
498f26e
@@ -108,8 +108,6 @@ ${THIS_SH} ./exec6.sub
Roman Rakus cd90727
 # checks for properly deciding what constitutes an executable file
Roman Rakus cd90727
 ${THIS_SH} ./exec7.sub
6925bbc
 
91692f1
-${THIS_SH} -i ${PWD}/exec8.sub
6925bbc
-
Roman Rakus cd90727
 ${THIS_SH} ./exec9.sub
6925bbc
 
498f26e
 ${THIS_SH} ./exec10.sub
498f26e
diff --git a/tests/read.right b/tests/read.right
498f26e
index 73cb704..a92fe7f 100644
498f26e
--- a/tests/read.right
498f26e
+++ b/tests/read.right
Roman Rakus 87b6511
@@ -33,14 +33,6 @@ a = abcdefg
6925bbc
 a = xyz
6925bbc
 a = -xyz 123-
6925bbc
 a = abc
Roman Rakus 87b6511
-timeout 1: ok
Roman Rakus 87b6511
-
Roman Rakus 87b6511
-timeout 2: ok
Roman Rakus 87b6511
-
Roman Rakus 87b6511
-./read2.sub: line 23: read: -3: invalid timeout specification
6925bbc
-1
Roman Rakus 87b6511
-
6925bbc
-abcde
6925bbc
 ./read3.sub: line 4: read: -1: invalid number
6925bbc
 abc
6925bbc
 ab
498f26e
diff --git a/tests/read.tests b/tests/read.tests
91692f1
index f67cd00..083f4a4 100644
498f26e
--- a/tests/read.tests
498f26e
+++ b/tests/read.tests
498f26e
@@ -82,9 +82,6 @@ echo " foo" | { IFS=$':' ; read line; recho "$line"; }
Roman Rakus cd90727
 # test read -d delim behavior
Roman Rakus cd90727
 ${THIS_SH} ./read1.sub
Roman Rakus cd90727
 
Roman Rakus cd90727
-# test read -t timeout behavior
Roman Rakus cd90727
-${THIS_SH} ./read2.sub
Roman Rakus cd90727
-
Roman Rakus cd90727
 # test read -n nchars behavior
Roman Rakus cd90727
 ${THIS_SH} ./read3.sub
Roman Rakus cd90727
 
498f26e
-- 
91692f1
2.17.2
498f26e