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