Skip to content

Commit

Permalink
Update docs/Formula-Cookbook.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mike McQuaid <[email protected]>
  • Loading branch information
in0rdr and MikeMcQuaid authored Jan 19, 2025
1 parent 9d00328 commit a3df930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Formula-Cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ test do
end
```

* If your program writes to sterr, you can [redirect sterr to stdout for assertions with `shell_output`](https://github.com/Homebrew/brew/issues/5149). For example:
* If the binary only writes to `stderr`, you can redirect `stderr` to `stdout` for assertions with `shell_output`. For example:

```ruby
test do
Expand Down

0 comments on commit a3df930

Please sign in to comment.