From 54b31845829d3a9c43c628be3e4a7cc22c9789bb Mon Sep 17 00:00:00 2001 From: Martin Schulze <37703201+martin-schulze-vireso@users.noreply.github.com> Date: Sat, 6 Nov 2021 08:20:28 +0100 Subject: [PATCH] Updated SC2315 (markdown) --- SC2315.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ...]`):