Explicitly set dynamic variable buffer size.

We added too many variable assignments in BEGIN block, which will run out of
default auto-configured variable buffer space.  The test VM has 4G RAM which
should be enough for most cases so it's reasonable to increase limitation to
these case.

Reviewed by:	gnn
Differential Revision:	https://reviews.freebsd.org/D11676
This commit is contained in:
Li-Wen Hsu 2017-07-25 13:07:06 +00:00
parent 23833df483
commit 4ca0dfa6b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321468

View File

@ -27,6 +27,7 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#pragma D option quiet
#pragma D option dynvarsize=2m
/*
* This test verifies that the basename() and dirname() functions are working