]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/alias16.0
b55121657eff69e39c4cbcfe40629c29095d8043
[apple/shell_cmds.git] / sh / tests / parser / alias16.0
1 # $FreeBSD: head/bin/sh/tests/parser/alias16.0 316646 2017-04-08 21:57:59Z jilles $
2
3 v=1
4 alias a='unalias a
5 v=2'
6 eval a
7 [ "$v" = 2 ]