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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: