Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / errors2.sub
1 set -e
2 trap 'echo $?' EXIT
3 echo ${$NO_SUCH_VAR}    # Bad substitution expected here