Upload Tizen:Base source
[external/bash.git] / tests / vredir3.sub
1 # Right now, the {varname} mechanism does not honor set -u for compatibility
2 unset v
3 set -u
4 exec {v}>&-
5
6 echo after
7
8 exit 0