ysh-demo () { run-file ysh-demo "$@" } run-file () { local spec_name=$1; shift; sh-spec spec/$spec_name.test.sh --compare-shells --oils-bin-dir $PWD/bin "$@" } ysh-demo: spec test case results

Results for ysh-demo.test.sh

statusosh
pass 3
total3
caseoshdescription
0pass Iterate over command sub output with split()
1pass split with explicit IFS argument
2pass split on \0 delimiters
3 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped