]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - bin/sh/tests/parser/alias7.0
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / bin / sh / tests / parser / alias7.0
1 # $FreeBSD$
2
3 alias echo='echo a'
4 [ "`eval echo b`" = "a b" ]