xref: /freebsd/bin/sh/tests/parser/alias7.0 (revision 5e3190f700637fcfc1a52daeaa4a031fdd2557c7)
1
2alias echo='echo a'
3[ "`eval echo b`" = "a b" ]
4