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