]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/alias7.0
b26f0dd067cd384cca2b8ad43df4da607b9a4b5b
[apple/shell_cmds.git] / sh / tests / parser / alias7.0
1 # $FreeBSD$
2
3 alias echo='echo a'
4 [ "`eval echo b`" = "a b" ]