Fix anchor link

Martin Schulze
2021-07-30 11:17:37 +02:00
parent fcc9359ac9
commit 66ff378a31

@@ -27,7 +27,7 @@
### Rationale:
Bats uses `set -e` and `trap ERR` to catch test failures as early as possible.
Although the return code of a `!` negated command is inverted, they will never trigger `errexit`, due to a bash design decision (see [Related Resources](#Related resources))).
Although the return code of a `!` negated command is inverted, they will never trigger `errexit`, due to a bash design decision (see [Related Resources](#related-resources)).
This means that tests which use `!` can never fail.
Starting with bats 1.5.0 you can use `!` inside `run`.