svashisht / rpms / bash

Forked from rpms/bash 4 years ago
Clone

Blame SOURCES/bash-tty-tests.patch

ff19ae
diff -up bash-4.2-rc2/tests/exec.right.tty_tests bash-4.2-rc2/tests/exec.right
ff19ae
--- bash-4.2-rc2/tests/exec.right.tty_tests	2011-02-09 10:42:48.000000000 +0100
ff19ae
+++ bash-4.2-rc2/tests/exec.right	2011-02-09 10:42:59.000000000 +0100
ff19ae
@@ -50,7 +50,6 @@ this is ohio-state
ff19ae
 0
ff19ae
 1
ff19ae
 testb
ff19ae
-expand_aliases 	on
ff19ae
 1
ff19ae
 1
ff19ae
 1
ff19ae
diff -up bash-4.2-rc2/tests/execscript.tty_tests bash-4.2-rc2/tests/execscript
ff19ae
--- bash-4.2-rc2/tests/execscript.tty_tests	2010-12-27 22:01:02.000000000 +0100
ff19ae
+++ bash-4.2-rc2/tests/execscript	2011-02-09 10:42:34.000000000 +0100
ff19ae
@@ -107,8 +107,6 @@ ${THIS_SH} ./exec6.sub
ff19ae
 # checks for properly deciding what constitutes an executable file
ff19ae
 ${THIS_SH} ./exec7.sub
ff19ae
 
ff19ae
-${THIS_SH} -i ./exec8.sub
ff19ae
-
ff19ae
 ${THIS_SH} ./exec9.sub
ff19ae
 
ff19ae
 true | `echo true` &
ff19ae
diff -up bash-4.2-rc2/tests/read.right.tty_tests bash-4.2-rc2/tests/read.right
ff19ae
--- bash-4.2-rc2/tests/read.right.tty_tests	2010-12-21 16:49:00.000000000 +0100
ff19ae
+++ bash-4.2-rc2/tests/read.right	2011-02-09 10:42:34.000000000 +0100
ff19ae
@@ -33,14 +33,6 @@ a = abcdefg
ff19ae
 a = xyz
ff19ae
 a = -xyz 123-
ff19ae
 a = abc
ff19ae
-timeout 1: ok
ff19ae
-
ff19ae
-timeout 2: ok
ff19ae
-
ff19ae
-./read2.sub: line 23: read: -3: invalid timeout specification
ff19ae
-1
ff19ae
-
ff19ae
-abcde
ff19ae
 ./read3.sub: line 4: read: -1: invalid number
ff19ae
 abc
ff19ae
 ab
ff19ae
diff -up bash-4.2-rc2/tests/read.tests.tty_tests bash-4.2-rc2/tests/read.tests
ff19ae
--- bash-4.2-rc2/tests/read.tests.tty_tests	2008-09-06 19:09:11.000000000 +0200
ff19ae
+++ bash-4.2-rc2/tests/read.tests	2011-02-09 10:42:34.000000000 +0100
ff19ae
@@ -82,9 +82,6 @@ echo " foo" | { IFS=$':' ; read line; re
ff19ae
 # test read -d delim behavior
ff19ae
 ${THIS_SH} ./read1.sub
ff19ae
 
ff19ae
-# test read -t timeout behavior
ff19ae
-${THIS_SH} ./read2.sub
ff19ae
-
ff19ae
 # test read -n nchars behavior
ff19ae
 ${THIS_SH} ./read3.sub
ff19ae