]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/alias16.0
shell_cmds-216.60.1.tar.gz
[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 ]