xref: /freebsd/bin/sh/tests/parser/alias17.0 (revision 773e27aeee7d59ff38be751ea59493f716f06185)
1*773e27aeSJilles Tjoelker# $FreeBSD$
2*773e27aeSJilles Tjoelker
3*773e27aeSJilles Tjoelkerv=1
4*773e27aeSJilles Tjoelkeralias a='unalias -a
5*773e27aeSJilles Tjoelkerv=2'
6*773e27aeSJilles Tjoelkereval a
7*773e27aeSJilles Tjoelker[ "$v" = 2 ]
8