File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog][kac] and this project adheres to
2626* Fix hyperlink to external Bash resource (#1033 )
2727* Remove mentions to no longer existing ` find_library_load_path ` in
2828 ` lib/bats-core ` docstrings (#1032 )
29+ * Add missing "status" word in ` --returned-status ` documentation (#1077 )
2930
3031## [ 1.11.1] - 2024-11-29
3132
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ command of interest.
203203
204204Similarly, --returned-status N (or --returned-status=N) can be used for similar
205205functionality. This option supports negative values, which always return the
206- of the command starting from the end and in reverse order.
206+ status of the command starting from the end and in reverse order.
207207
208208 @test "invoking foo piped to bar always return foo status" {
209209 run bats_pipe --returned-status -2 foo \| bar
You can’t perform that action at this time.
0 commit comments