f...@florentbordignon.fr writes:
The following assertion succeeds when it should not :
set -e
! true
echo Hello # prints Hello but should not

Please do read the documentation before reporting bugs :-)

If you read the documentation for `-e`, you'll see that if the command is being inverted with `!`, `set -e` does not apply.

Reply via email to