]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - bin/sh/tests/parser/alias10.0
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / bin / sh / tests / parser / alias10.0
1 # $FreeBSD$
2
3 # This test may start consuming memory indefinitely if it fails.
4 ulimit -t 5 2>/dev/null
5 ulimit -v 100000 2>/dev/null
6
7 alias echo='echo'
8 alias echo='echo'
9 [ "`eval echo b`" = b ]