diff --git a/SC2315.md b/SC2315.md index a4cd0bf..2105070 100644 --- a/SC2315.md +++ b/SC2315.md @@ -38,7 +38,7 @@ However, you are encouraged to still transform the code in this case for consist ### Related resources: -* [SC2314: In bats, ! does not cause a test failure (for non `[ ]` commands)](SC2314) +* [SC2314: In bats, ! does not cause a test failure (for non-conditionals)](SC2314) * [SC2251: This ! is not on a condition and skips errexit](SC2251.md) * [Stackoverflow: Why do I need parenthesis In bash `set -e` and negated return code](https://stackoverflow.com/a/39582012/760746) * [bash manpage](https://linux.die.net/man/1/bash) (look at `trap [-lp] [[arg] sigspec ...]`):