Results for nix-idioms.test.sh

statusoshosh-cpp
pass 55
ok 11
total66
caseoshosh-cppdescription
0pass pass var ref to array 'preHooks[@]'
1pass pass Similar to above with set -u
2pass pass ${!ref} to undefined array
3pass pass ${!ref} to undefined string var is fatal, INCONSISTENT with array
4ok ok export with dynamic var name +=
detailsdetails
5pass pass let idiom can be written in POSIX shell - eval ": \$(( ))"
10 passed, 2 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh4 export with dynamic var name +=

stdout:
declare -x NIX_LDFLAGS_foo=' -Lone/lib64'
stderr:
osh-cpp4 export with dynamic var name +=

stdout:
declare -x NIX_LDFLAGS_foo=' -Lone/lib64'
stderr: