shelljs-exec-proxy
shelljs-exec-proxy copied to clipboard
tr test case is skipped (need to support right-hand side of pipes)
I'm not sure why this test is skipped, it looks like it's been skipped since the initial commit. We can probably just enable it, but care should be taken to make sure it works.
Hmm this seems to be related to this TODO:
https://github.com/nfischer/shelljs-exec-proxy/blob/b809b82cbd06b56383e176a4efebb9b9ab8055ef/index.js#L55
This might require changes on the shelljs side first.
Here's the full comment for better readability (the issue has to do with the right-hand side of pipes).
https://github.com/nfischer/shelljs-exec-proxy/blob/b809b82cbd06b56383e176a4efebb9b9ab8055ef/index.js#L55-L56