tests/leaks.sh: avoid false leak: pre-run test (re: fe20311f)
This commit is contained in:
parent
fe20311fe9
commit
0d3bedd67d
|
|
@ -301,6 +301,7 @@ function func1
|
|||
EOF
|
||||
FPATH=$tmp
|
||||
autoload func1
|
||||
a=`func1` # steady memory state
|
||||
before=$(getmem)
|
||||
for ((i=0; i < N; i++))
|
||||
do a=`func1`
|
||||
|
|
|
|||
Loading…
Reference in New Issue