]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/bin/sh/parser/alias10.0
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / bin / sh / 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 ]