Results for ysh-options.test.sh

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