You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---- find::matchers::printf::tests::test_printf_special_types stdout ----
thread 'find::matchers::printf::tests::test_printf_special_types' panicked at 'Couldn't find fifo in /tmp/exampleZwqMxS', src/find/matchers/mod.rs:569:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Use nix's version of mkfifo instead, which lets us easily access the
errors and then fail with more information than the FIFO mysteriously
not appearing.
Ref. uutils#177.
Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
Hmm...my best guess is that the FIFO never gets created, so I opened #179 to fail more explicitly in that case. I'm not sure what would cause that to happen though...
example: https://github.com/uutils/findutils/runs/7684599223?check_suite_focus=true
@refi64 rings a bell ?
The text was updated successfully, but these errors were encountered: