freebsd-dev/bin/sh/tests/parser/alias7.0

5 lines
61 B
Plaintext
Raw Normal View History

# $FreeBSD$
alias echo='echo a'
[ "`eval echo b`" = "a b" ]