]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/vredir6.sub
Bash-4.3 patch 22
[thirdparty/bash.git] / tests / vredir6.sub
CommitLineData
495aee44
CR
1unset v
2exec {v}</dev/null
3
4if (( v >= 10 )); then echo ok 1; else echo bad 1; fi
5
6exec {v}<&-
7
8ulimit -n 6
9
10exec </dev/null
11
12unset v
13exec {v}</dev/null
14echo ${v-unset}