shelljs-exec-proxy icon indicating copy to clipboard operation
shelljs-exec-proxy copied to clipboard

tr test case is skipped (need to support right-hand side of pipes)

Open nfischer opened this issue 7 years ago • 2 comments

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.

nfischer avatar Mar 17 '18 09:03 nfischer

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.

nfischer avatar Mar 17 '18 10:03 nfischer

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

nfischer avatar Jan 17 '22 05:01 nfischer