Commit Graph

8 Commits

Author SHA1 Message Date
Ben Greear
d824eb2e66 Fix perl use of 'use lib'
The 'use lib' logic happens in the pre-compile stage, so one cannot
use normal 'if' logic to use a particular INC.  Instead, just make sure
that best dir is added to 'use lib' last since it prepends to INC.
2020-03-04 16:35:47 -08:00
Jed Reynolds
099bf6bb7a updates to l4_test that make it work with port_test changes 2018-10-23 23:44:05 -07:00
Jed Reynolds
9dfb2574fb refines use of truthy values for Json true/false values 2018-10-23 22:54:45 -07:00
Jed Reynolds
60229d1c90 fixes down test 2018-10-12 16:41:02 -07:00
Jed Reynolds
5fb5f93765 extracts desired port name pattern to variable; sets DNS bind flag 2018-10-10 18:57:15 -07:00
Jed Reynolds
8c45abc88a updates layer-4 test 2018-10-09 17:31:21 -07:00
Jed Reynolds
8b2dee6fc7 Layer 4 test creates dummy enpoints in correct order, much more effective 2018-10-08 17:05:57 -07:00
Jed Reynolds
c183ad399d Layer4 json test 2018-10-05 15:03:30 -07:00