diff options
Diffstat (limited to 'shell_cmds/sh/tests/parser/alias10.0')
| -rw-r--r-- | shell_cmds/sh/tests/parser/alias10.0 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell_cmds/sh/tests/parser/alias10.0 b/shell_cmds/sh/tests/parser/alias10.0 new file mode 100644 index 0000000..b8684f4 --- /dev/null +++ b/shell_cmds/sh/tests/parser/alias10.0 @@ -0,0 +1,9 @@ +# $FreeBSD: head/bin/sh/tests/parser/alias10.0 243252 2012-11-18 23:15:22Z jilles $ + +# This test may start consuming memory indefinitely if it fails. +ulimit -t 5 2>/dev/null +ulimit -v 100000 2>/dev/null + +alias echo='echo' +alias echo='echo' +[ "`eval echo b`" = b ] |
