status | bash | dash | ash | zsh | mksh | ksh | toysh | sush | brush | osh | |
pass | 4 | 3 | 3 | 4 | 4 | 4 | 2 | 4 | 3 | 3 | |
N-I | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
FAIL | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | |
total | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | |
case | bash | dash | ash | zsh | mksh | ksh | toysh | sush | brush | osh | description |
0 | pass | pass | pass | pass | pass | pass | pass | pass | pass | FAIL | echo `cat OSCFLAGS` "world" > OSCFLAGS (from Alpine imap) |
details | |||||||||||
1 | pass | pass | pass | pass | pass | pass | pass | pass | pass | pass | for word + redirect order |
2 | pass | pass | pass | pass | pass | pass | FAIL | pass | pass | pass | case word + redirect order |
details | |||||||||||
3 | pass | N-I | N-I | pass | pass | pass | FAIL | pass | FAIL | pass | [[ + redirect order |
details | details | details | details |
34 passed, 0 OK, 2 not implemented, 0 BUG, 4 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 0 echo `cat OSCFLAGS` "world" > OSCFLAGS (from Alpine imap) [osh stdout] Expected 'hello world\n', got 'world\n' stdout: worldstderr: |
toysh | 2 case word + redirect order [toysh stdout] Expected 'other\n', got '' [toysh status] Expected 0, got -11 stdout: stderr: |
dash | 3 [[ + redirect order stdout: stderr: |
ash | 3 [[ + redirect order stdout: stderr: |
toysh | 3 [[ + redirect order [toysh stdout] Expected 'status=1\nstatus=0\n', got '' [toysh status] Expected 0, got -6 stdout: stderr: munmap_chunk(): invalid pointer |
brush | 3 [[ + redirect order [brush stdout] Expected 'status=1\nstatus=0\n', got 'status=2\nstatus=2\n' stdout: status=2 status=2stderr: [31mERROR[0m main: syntax error near token `>' (line 1 col 30) [31mERROR[0m main: syntax error near token `>' (line 1 col 27) |