]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parser/alias10.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / alias10.0
1 # $FreeBSD: head/bin/sh/tests/parser/alias10.0 243252 2012-11-18 23:15:22Z jilles $
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 ]