spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 13 | 13 | |
total | 13 | 13 | |
case | osh | osh-cpp | description |
0 | pass | pass | File redirects with glob args (bash and zsh only) |
1 | pass | pass | File redirect without matching any file |
2 | pass | pass | ysh behavior when glob doesn't match |
3 | pass | pass | File redirect without matching any file, with failglob |
4 | pass | pass | Redirect to $empty (in function body) |
5 | pass | pass | Redirect to '' |
6 | pass | pass | File redirect to $var with glob char |
7 | pass | pass | File redirect that globs to more than one file (bash and zsh only) |
8 | pass | pass | File redirect with extended glob |
9 | pass | pass | Extended glob that doesn't match anything |
10 | pass | pass | Non-file redirects don't respect glob args (we differe from bash) |
11 | pass | pass | Redirect with brace expansion isn't allowed |
12 | pass | pass | File redirects have word splitting too! |
26 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped