113 passed, 0 ok, 7 known unimplemented, 3 known bugs, 2 failed, 0 skipped
| dash | 13 store literal globs in array then expand stdout: stderr: /bin/dash: 2: Syntax error: "(" unexpected
|
| ash | 13 store literal globs in array then expand stdout: stderr: _tmp/shells/ash: syntax error: unexpected "("
|
| dash | 14 glob inside array stdout: stderr: /bin/dash: 2: Syntax error: "(" unexpected
|
| ash | 14 glob inside array stdout: stderr: _tmp/shells/ash: syntax error: unexpected "("
|
| mksh | 16 glob with char class expression stdout: _tmp/*.[[:punct:]E]stderr: |
| mksh | 19 : escaped stdout: _tmp/*.[[:punct:]] _tmp/*.[[:punct:]]stderr: |
| bash | 20 Redirect to glob, not evaluated stdout: stderr: cat: _tmp/*.F: No such file or directory |
| osh | 23 Glob flags on file system [osh stdout] Expected b'hello zzzzz', got b'-n hello zzzzz\n' stdout: -n hello zzzzzstderr: |
| dash | 24 Don't glob flags on file system with GLOBIGNORE stdout: hello zzzzzstderr: |
| mksh | 24 Don't glob flags on file system with GLOBIGNORE stdout: hello zzzzzstderr: |
| ash | 24 Don't glob flags on file system with GLOBIGNORE stdout: hello zzzzzstderr: |
| osh | 24 Don't glob flags on file system with GLOBIGNORE [osh stdout] Expected b'-* hello zzzz?\n', got b'' [osh status] Expected 0, got 99 stdout: stderr: |