components/bash/patches/solaris-029.undef_SHELL.patch
branchs11u3-sru
changeset 7627 4758b76d5ad5
equal deleted inserted replaced
7623:d89b1c5817f5 7627:4758b76d5ad5
       
     1 # When SHELL is unset the test fails with
       
     2 #
       
     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
       
     9 #
       
    10 # Reported to [email protected], but they can't reproduce. Needs more work on
       
    11 # our side.
       
    12 
       
    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}
       
    17  
       
    18  export LC_ALL=C
       
    19 -export LANG=C
       
    20 +export LANG=C; export SHELL=
       
    21  
       
    22  # catch-all for remaining untested redirection stuff
       
    23  set +o posix