]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/alias17.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / alias17.0
1 # $FreeBSD: head/bin/sh/tests/parser/alias17.0 317037 2017-04-16 21:42:43Z jilles $
2
3 v=1
4 alias a='unalias -a
5 v=2'
6 eval a
7 [ "$v" = 2 ]