1 # When SHELL is unset the test fails with
4 # < ./redir11.sub: line 26: echo: write error: Bad file number
5 # < ./redir11.sub: line 27: echo: write error: Bad file number
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
13 --- tests/redir.tests 2016-12-01 11:20:04.910983199 +0000
14 +++ tests/redir.tests 2016-12-01 11:19:34.114069067 +0000
20 +export LANG=C; export SHELL=
22 # catch-all for remaining untested redirection stuff