]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/errors9.sub
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / errors9.sub
1 trap '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
10 for (( -- ; ++; -- ))
11 do
12 echo bogus
13 done
14