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