]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - bash/patches/bash-tty-tests.patch
bash: Update to 4.3
[people/ms/ipfire-3.x.git] / bash / patches / bash-tty-tests.patch
1 diff -up bash-4.2-rc2/tests/exec.right.tty_tests bash-4.2-rc2/tests/exec.right
2 --- bash-4.2-rc2/tests/exec.right.tty_tests 2011-02-09 10:42:48.000000000 +0100
3 +++ bash-4.2-rc2/tests/exec.right 2011-02-09 10:42:59.000000000 +0100
4 @@ -50,7 +50,6 @@ this is ohio-state
5 0
6 1
7 testb
8 -expand_aliases on
9 1
10 1
11 1
12 diff -up bash-4.2-rc2/tests/execscript.tty_tests bash-4.2-rc2/tests/execscript
13 --- bash-4.2-rc2/tests/execscript.tty_tests 2010-12-27 22:01:02.000000000 +0100
14 +++ bash-4.2-rc2/tests/execscript 2011-02-09 10:42:34.000000000 +0100
15 @@ -107,8 +107,6 @@ ${THIS_SH} ./exec6.sub
16 # checks for properly deciding what constitutes an executable file
17 ${THIS_SH} ./exec7.sub
18
19 -${THIS_SH} -i ./exec8.sub
20 -
21 ${THIS_SH} ./exec9.sub
22
23 true | `echo true` &
24 diff -up bash-4.2-rc2/tests/read.right.tty_tests bash-4.2-rc2/tests/read.right
25 --- bash-4.2-rc2/tests/read.right.tty_tests 2010-12-21 16:49:00.000000000 +0100
26 +++ bash-4.2-rc2/tests/read.right 2011-02-09 10:42:34.000000000 +0100
27 @@ -33,14 +33,6 @@ a = abcdefg
28 a = xyz
29 a = -xyz 123-
30 a = abc
31 -timeout 1: ok
32 -
33 -timeout 2: ok
34 -
35 -./read2.sub: line 23: read: -3: invalid timeout specification
36 -1
37 -
38 -abcde
39 ./read3.sub: line 4: read: -1: invalid number
40 abc
41 ab
42 diff -up bash-4.2-rc2/tests/read.tests.tty_tests bash-4.2-rc2/tests/read.tests
43 --- bash-4.2-rc2/tests/read.tests.tty_tests 2008-09-06 19:09:11.000000000 +0200
44 +++ bash-4.2-rc2/tests/read.tests 2011-02-09 10:42:34.000000000 +0100
45 @@ -82,9 +82,6 @@ echo " foo" | { IFS=$':' ; read line; re
46 # test read -d delim behavior
47 ${THIS_SH} ./read1.sub
48
49 -# test read -t timeout behavior
50 -${THIS_SH} ./read2.sub
51 -
52 # test read -n nchars behavior
53 ${THIS_SH} ./read3.sub
54