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