mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
sh: Apply rlimits to parser/alias10.0 so it fails fast.
Requested by: uqs
This commit is contained in:
parent
c33ae5331f
commit
4eefd6e828
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# 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 ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue