case | dash | bash | mksh | osh | description |
0 | pass | pass | pass | pass | Evaluation of constant parts |
1 | N-I | pass | pass | pass | Evaluation of each part |
details | |||||
2 | pass | pass | pass | pass | Word splitting |
3 | N-I | pass | pass | pass | Word joining |
details | |||||
4 | pass | pass | pass | pass | Word elision |
5 | FAIL | FAIL | FAIL | FAIL | Default values -- more cases |
details | details | details | details | ||
6 | FAIL | FAIL | FAIL | FAIL | Globbing after splitting |
details | details | details | details | ||
7 | FAIL | FAIL | FAIL | FAIL | Globbing escaping |
details | details | details | details |
18 passed, 0 ok, 2 known unimplemented, 0 known bugs, 12 failed, 0 skipped
dash | 1 Evaluation of each part stdout: stderr: /bin/dash: 3: Syntax error: "(" unexpected |
dash | 3 Word joining stdout: stderr: /bin/dash: 3: Syntax error: "(" unexpected |
dash | 5 Default values -- more cases [dash stdout] Expected '[\'hi\', \'a b\', \'c d\', \'e f\', "\'g h\'"]\n', got '' stdout: stderr: /bin/dash: 1: argv: not found |
bash | 5 Default values -- more cases [bash stdout] Expected '[\'hi\', \'a b\', \'c d\', \'e f\', "\'g h\'"]\n', got '' stdout: stderr: /bin/bash: line 1: argv: command not found |
mksh | 5 Default values -- more cases [mksh stdout] Expected '[\'hi\', \'a b\', \'c d\', \'e f\', "\'g h\'"]\n', got '' stdout: stderr: /bin/mksh: <stdin>[1]: argv: not found |
osh | 5 Default values -- more cases [osh stdout] Expected '[\'hi\', \'a b\', \'c d\', \'e f\', "\'g h\'"]\n', got '' stdout: stderr: Unexpected error in execvpe('argv', ['argv', 'hi', 'a b', 'c d', 'e f', "'g h'"], ...): [Errno 2] No such file or directory |
dash | 6 Globbing after splitting [dash stdout] Expected "['_tmp/foo.hh', '_tmp/bar.gg', '_tmp/foo.gg']\n", got '' stdout: stderr: /bin/dash: 3: argv: not found |
bash | 6 Globbing after splitting [bash stdout] Expected "['_tmp/foo.hh', '_tmp/bar.gg', '_tmp/foo.gg']\n", got '' stdout: stderr: /bin/bash: line 3: argv: command not found |
mksh | 6 Globbing after splitting [mksh stdout] Expected "['_tmp/foo.hh', '_tmp/bar.gg', '_tmp/foo.gg']\n", got '' stdout: stderr: /bin/mksh: <stdin>[3]: argv: not found |
osh | 6 Globbing after splitting [osh stdout] Expected "['_tmp/foo.hh', '_tmp/bar.gg', '_tmp/foo.gg']\n", got '' stdout: stderr: Unexpected error in execvpe('argv', ['argv', '_tmp/foo.hh', '_tmp/bar.gg', '_tmp/foo.gg'], ...): [Errno 2] No such file or directory |
dash | 7 Globbing escaping [dash stdout] Expected "['_tmp/[bc]ar.mm', '-', '_tmp/bar.mm', '_tmp/car.mm']\n", got '' stdout: stderr: /bin/dash: 3: argv: not found |
bash | 7 Globbing escaping [bash stdout] Expected "['_tmp/[bc]ar.mm', '-', '_tmp/bar.mm', '_tmp/car.mm']\n", got '' stdout: stderr: /bin/bash: line 3: argv: command not found |
mksh | 7 Globbing escaping [mksh stdout] Expected "['_tmp/[bc]ar.mm', '-', '_tmp/bar.mm', '_tmp/car.mm']\n", got '' stdout: stderr: /bin/mksh: <stdin>[3]: argv: not found |
osh | 7 Globbing escaping [osh stdout] Expected "['_tmp/[bc]ar.mm', '-', '_tmp/bar.mm', '_tmp/car.mm']\n", got '' stdout: stderr: Unexpected error in execvpe('argv', ['argv', '_tmp/[bc]ar.mm', '-', '_tmp/bar.mm', '_tmp/car.mm'], ...): [Errno 2] No such file or directory |