Results for temp-binding.test.sh

statusdashbashzshmkshashyashosh
pass 3332334
N-I 0001000
BUG 1111110
total4444444
casedashbashzshmkshashyashoshdescription
0pass pass pass N-I pass pass pass More eval 'local v='
details
1pass BUG BUG pass pass pass pass Temp bindings with local
detailsdetails
2BUG pass pass BUG BUG BUG pass Temp bindings with unset
detailsdetailsdetailsdetails
3pass pass pass pass pass pass pass FOO=bar $unset - temp binding, then empty argv from unquoted unset var (#2411)
21 passed, 0 OK, 1 not implemented, 6 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

mksh0 More eval 'local v='

stdout:
stderr: 
bash1 Temp bindings with local

stdout:
x=x
tx=tx
y=y
ty=ty
stderr:
zsh1 Temp bindings with local

stdout:
x=x
tx=tx
y=y
ty=ty
stderr:
dash2 Temp bindings with unset

stdout:
x=
---
x=
x=
---
x=
x=
---
x=
x=
stderr:
mksh2 Temp bindings with unset

stdout:
x=
---
x=
x=
---
x=
x=
---
x=
x=
stderr:
ash2 Temp bindings with unset

stdout:
x=
---
x=
x=
---
x=
x=
---
x=
x=
stderr:
yash2 Temp bindings with unset

stdout:
x=
---
x=
x=
---
x=
x=
---
x=
x=
stderr: