On 2/2/19 9:29 PM, Corinna Vinschen wrote: > Hi folks, > > > I uploaded a new Cygwin test release 3.0.0-0.6
> Please test. Ok... there's a regression since Cygwin 2.11 with bash co-processes: $ echo abc > >(cat) -bash: /dev/fd/62: No such file or directory $ Expected behaviour (modified for more readability): $ echo abc > >(read; echo "got: $REPLY") ; sleep 1 got: abc $ Note that this happens even without the topic/forkables patches applied. /haubi/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple