137 passed, 0 OK, 9 not implemented, 11 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
| dash | 13 store literal globs in array then expand stdout: stderr: dash: 2: Syntax error: "(" unexpected
|
| ash | 13 store literal globs in array then expand stdout: stderr: ash: syntax error: unexpected "("
|
| dash | 14 glob inside array stdout: stderr: dash: 2: Syntax error: "(" unexpected
|
| ash | 14 glob inside array stdout: stderr: ash: syntax error: unexpected "("
|
| mksh | 16 glob with char class expression stdout: _tmp/*.[[:punct:]E]stderr: |
| bash | 19 : escaped stdout: _tmp/foo.- _tmp/foo.-stderr: |
| mksh | 19 : escaped stdout: _tmp/*.[[:punct:]] _tmp/*.[[:punct:]]stderr: |
| ash | 19 : escaped stdout: _tmp/foo.- _tmp/foo.-stderr: |
| dash | 25 Splitting/Globbing doesn't happen on local assignment stdout: stderr: dash: 4: local: INSTALL-old.txt: bad variable name |
| dash | 27 Glob of negated unescaped [[] and []] stdout: _[^[z] _[^]z] _[^[z] _[^]z]stderr: |
| mksh | 27 Glob of negated unescaped [[] and []] stdout: _[^[z] _[^]z] _[^[z] _[^]z]stderr: |
| dash | 28 PatSub of unescaped [[] and []] stdout: stderr: dash: 2: Bad substitution |
| osh | 28 PatSub of unescaped [[] and []] [osh stdout] Expected '<foo]\n[foo>\n<foo]\n[foo>\n', got '<foo]\n[foo>\n[foo]\n[foo>\n' stdout: <foo] [foo> [foo] [foo>stderr: |
| dash | 29 PatSub of negated unescaped [[] and []] stdout: stderr: dash: 2: Bad substitution |
| mksh | 29 PatSub of negated unescaped [[] and []] stdout: <foo] [foo> <foo]stderr: |
| osh | 29 PatSub of negated unescaped [[] and []] [osh stdout] Expected '[<<<<\n>>>>]\n[<<<<\n', got '[<<<<\n>>>>]\n[foo]\n' stdout: [<<<< >>>>] [foo]stderr: |
| dash | 30 Glob unicode char stdout: __a__stderr: |
| mksh | 30 Glob unicode char stdout: __a__stderr: |
| ash | 30 Glob unicode char stdout: __a__stderr: |
| dash | 31 Glob ordering respects LC_COLLATE (zsh respects this too) stdout: hello hello-test.sh hello.py hello_preamble.sh hello hello-test.sh hello.py hello_preamble.shstderr: |
| mksh | 31 Glob ordering respects LC_COLLATE (zsh respects this too) stdout: hello hello-test.sh hello.py hello_preamble.sh hello hello-test.sh hello.py hello_preamble.shstderr: |
| ash | 31 Glob ordering respects LC_COLLATE (zsh respects this too) stdout: hello hello-test.sh hello.py hello_preamble.sh hello hello-test.sh hello.py hello_preamble.shstderr: |
| osh | 31 Glob ordering respects LC_COLLATE (zsh respects this too) [osh stdout] Expected 'hello hello-test.sh hello.py hello_preamble.sh\nhello hello_preamble.sh hello.py hello-test.sh\n' Got 'hello hello-test.sh hello.py hello_preamble.sh\nhello hello-test.sh hello.py hello_preamble.sh\n' stdout: hello hello-test.sh hello.py hello_preamble.sh hello hello-test.sh hello.py hello_preamble.shstderr: |