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