summaryrefslogtreecommitdiffstats
path: root/tests/vredir3.sub
blob: 358ded219f97ff402a1c1cf714d4ae79f5f94566 (plain)
1
2
3
4
5
6
7
8
# Right now, the {varname} mechanism does not honor set -u for compatibility
unset v
set -u
exec {v}>&-

echo after

exit 0