Files
codewhale/crates
Hunter Bown aa83446d6b fix(tests): use cat instead of true in wlcopy test to avoid EPIPE
The wlcopy_helper_succeeds_when_binary_returns_zero test used
`true` as a stand-in for wl-copy, but `true` exits immediately
without reading stdin.  On Linux CI runners the process exits
before the parent can write to the pipe, producing EPIPE and
failing the is_ok() assertion.

Switch to `cat` which reads stdin until EOF (when the pipe is
closed) and then exits 0, faithfully modelling a successful
wl-copy invocation.
2026-05-26 12:23:49 -05:00
..
2026-05-26 11:52:48 -05:00
2026-05-26 11:52:48 -05:00
2026-05-26 11:52:48 -05:00
2026-05-26 11:52:48 -05:00
2026-05-26 11:52:48 -05:00
2026-05-26 11:52:48 -05:00