Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cat: /dev/zero: EPIPE: Broken pipe when running fish shell tests #6876

Open
jm355 opened this issue Nov 19, 2024 · 1 comment
Open

cat: /dev/zero: EPIPE: Broken pipe when running fish shell tests #6876

jm355 opened this issue Nov 19, 2024 · 1 comment
Labels

Comments

@jm355
Copy link

jm355 commented Nov 19, 2024

When I try to build fish-git and use coreutils-hybrid which replaces some of the coreutils with stable uutils, the pipestatus.fish test fails due to a broken pipe. It works fine with regular coreutils though, so I think it's an issue with one of the uutils binaries

89/184 Test  #89: pipestatus.fish...........................***Failed    0.17 sec
Testing file checks/pipestatus.fish ... Failure:

  There were no remaining checks left to match stderr:9:
    cat: /dev/zero: EPIPE: Broken pipe

  Context:
    [...] from line 196 (stderr:6):
    warning: Path '/not' does not exist
    warning: An error occurred while redirecting file '/not/a/valid/path'
    warning: Path '/not' does not exist
    cat: /dev/zero: EPIPE: Broken pipe <= no more checks

  when running command:
    ../test/root/bin/fish checks/pipestatus.fish
@jm355
Copy link
Author

jm355 commented Nov 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants