0 | pass | simple_word_eval doesn't split, glob, or elide empty |
1 | pass | simple_word_eval and strict_array conflict over globs |
2 | pass | simple_word_eval and glob |
3 | pass | parse_at |
4 | pass | parse_at can't be used outside top level |
5 | pass | sourcing a file that sets parse_at |
6 | pass | parse_at can be specified through sh -O |
7 | pass | @a splices into $0 |
8 | pass | ARGV is similar to "$@" |
9 | pass | shopt -s strict:all |
10 | pass | shopt -s ysh:upgrade |
11 | pass | osh -O oil:upgrade |
12 | pass | osh -O errexit: use -O everywhere, even for Bourne options |
13 | pass | osh -O invalid |
14 | pass | osh -o new_option is also accepted |
15 | pass | oil:upgrade includes inherit_errexit |
16 | pass | parse_brace: bad block to assignment builtin |
17 | pass | parse_brace: bad block to external program |
18 | pass | parse_brace: cd { } in pipeline |
19 | pass | parse_brace: if accepts blocks |
20 | pass | parse_brace: brace group in if condition |
21 | pass | parse_brace: while/until |
22 | pass | parse_brace: for-in loop |
23 | pass | parse_brace case |
24 | pass | parse_paren: if statement |
25 | pass | parse_paren: while statement |
26 | pass | while subshell without parse_paren |
27 | pass | nullglob is on with oil:upgrade |
28 | pass | nullglob is on with oil:all |
29 | pass | shopt -s simple_echo |
30 | pass | shopt -s dashglob |
31 | pass | shopt -s oil:upgrade turns some options on and others off |
32 | pass | oil:upgrade disables aliases |
33 | pass | sigpipe_status_ok |
34 | pass | printf | head regression (sigpipe_status_ok) |
35 | pass | redefine_proc for shell functions |
36 | pass | redefine_proc for procs |
37 | pass | redefine_proc is on in interactive shell |
38 | pass | redefine_module is on in interactive shell |
39 | pass | parse options in sourced file (bug #1628) |