| status | ysh | |
| pass | 8 | |
| FAIL | 1 | |
| total | 9 | |
| case | ysh | description |
| 0 | pass | captureStdout() is like $() |
| 1 | pass | captureStdout() failure |
| 2 | pass | io->eval() is like eval builtin |
| 3 | pass | captureAll() is like $() but captures stderr and status |
| 4 | pass | captureAll() doesn't fail |
| 5 | pass | io->eval() with failing command - caller must handle |
| 6 | pass | io->eval() with exit |
| 7 | pass | io.glob() respects shell filters |
| 8 | FAIL | io.libcGlob() does not respect shell filters |
| details |
8 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| ysh | 8 io.libcGlob() does not respect shell filters [ysh stdout] Expected '(List) ["-foo.txt","foo.txt"]\n(List) ["-foo.txt","foo.txt"]\n(List) ["-foo.txt","foo.txt"]\n' Got '(List) []\n(List) []\n(List) []\n' stdout: (List) [] (List) [] (List) []stderr: |