]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/errors9.sub
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / errors9.sub
CommitLineData
f36c8c8e
CR
1trap 'echo DEBUG' DEBUG
2
3# make sure that the right command name appears in the error messages and
4# that the DEBUG trap doesn't overwrite it
5
6[[ ++ -gt 3 ]]
7
8(( -- ))
9
10for (( -- ; ++; -- ))
11do
12 echo bogus
13done
14