From a3df930bb95191fab17253c51e52aba99ec4c387 Mon Sep 17 00:00:00 2001 From: Andreas Gruhler <9302430+in0rdr@users.noreply.github.com> Date: Sun, 19 Jan 2025 16:27:48 +0100 Subject: [PATCH] Update docs/Formula-Cookbook.md Co-authored-by: Mike McQuaid --- docs/Formula-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index e92da914f3b1ce..9b2de446549789 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -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