]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/parser/alias10.0
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / alias10.0
CommitLineData
71aad674
A
1# $FreeBSD$
2
3# This test may start consuming memory indefinitely if it fails.
4ulimit -t 5 2>/dev/null
5ulimit -v 100000 2>/dev/null
6
7alias echo='echo'
8alias echo='echo'
9[ "`eval echo b`" = b ]