]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/command12.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / command12.0
1 # $FreeBSD: head/bin/sh/tests/builtins/command12.0 257929 2013-11-10 23:00:39Z jilles $
2
3 alias aa=echo\ \'\"\'
4 cmd=$(command -v aa)
5 alias aa=echo\ bad
6 eval "$cmd"
7 [ "$(eval aa)" = \" ]