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
I think that Bash has a bug with handling SIGPIPE sometimes, but I think that this may work with `echo "$BAT0"$'\n'"/path/to/$RANDOM" so that it's one write. I have that somewhere in another branch I'm trying out.
I suspect that trap '' PIPE may alsö work (install a signal handler, but empty), but I'm reluctant to do any signal handling within BATS without lots of care.
Seems my attempt at echo was part of #2061 and doesn't work. I've added a conservative application of trap '' PIPE to #2031, which seems good so far...
see link
it seems like sometimes we get a broken pipe, even without echoing twice..
What do you think @gaelicWizard ?
The text was updated successfully, but these errors were encountered: