blob: d9d178edd7b9e4e5c67e3654df19415d518da5b0 [file] [log] [blame]
Denys Vlasenkof645e152017-07-18 03:23:07 +02001unset a
2readonly a=A
3
4# external commands and builtins should behave the same:
5(exit 42); a=Z echo "Visible:$?"
6(exit 42); a=Z env echo "Visible:$?"