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