]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/alias13.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / alias13.0
1 # $FreeBSD: head/bin/sh/tests/parser/alias13.0 261160 2014-01-25 14:59:08Z jilles $
2
3 unalias -a
4 alias command=command
5 alias true='echo bad'
6 eval 'command true'