Lines Matching refs:zip
310 typeset +n bam zip foo
311 unset bam zip foo
315 typeset -n zip=bam
316 [[ $zip == bar ]] || err_exit 'nameref to another nameref to array element fails'
317 [[ -R zip ]] || err_exit '[[ -R zip ]] should detect that zip is a reference'
319 [[ -R zip ]] || err_exit '[[ -v zip ]] should detect that zip is set'