I am reviewing windows building, testing and other related windows stuff and noticed that this test is quite complex. That might be fair, but it's the only one that requires both sed and grep, which are sort of hard to install dependencies on windows (imo, I am now windows developer though).
In order to ease windows node core hacking, we could deprecate it for some simpler piping test.
Background: I am following https://github.com/nodejs/node/wiki/installation#building-on-windows and am trying to build those dependencies in JS, in order to just npm install -g [...] things. But grep and sed would be too hard I guess.