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