perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / shell / bash / patches / solaris-029.undef_SHELL.patch
blob904fa925ee87adf390cb548d73485f604353ad50
1 # When SHELL is unset the test fails with
3 # 150,151c150,151
4 # < ./redir11.sub: line 26: echo: write error: Bad file number
5 # < ./redir11.sub: line 27: echo: write error: Bad file number
6 # ---
7 # > ./redir11.sub: line 26: $(a=4 foo): Bad file number
8 # > ./redir11.sub: line 27: $(a=4 foo): Bad file number
10 # Reported to bug-bash@gnu.org, but they can't reproduce. Needs more work on
11 # our side.
13 --- tests/redir.tests 2016-12-01 11:20:04.910983199 +0000
14 +++ tests/redir.tests 2016-12-01 11:19:34.114069067 +0000
15 @@ -1,7 +1,7 @@
16 : ${TMPDIR:=/tmp}
18 export LC_ALL=C
19 -export LANG=C
20 +export LANG=C; export SHELL=
22 # catch-all for remaining untested redirection stuff
23 set +o posix