summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/alias7.0
blob: a5b90774037988879b8aca18c48db02fc41b6ca9 (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/parser/alias7.0 240825 2012-09-22 12:52:41Z jilles $

alias echo='echo a'
[ "`eval echo b`" = "a b" ]