]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/alias13.0
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / alias13.0
1 # $FreeBSD$
2
3 unalias -a
4 alias command=command
5 alias true='echo bad'
6 eval 'command true'