diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-28 12:42:01 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-28 19:44:57 +0000 |
commit | 66387a737208e277990b0cbfe58db3db419f34b2 (patch) | |
tree | 80fb5d051e5dbbebf056d5eb4887fe2d5f6d7c71 /test/src | |
parent | d011368ae0e05db3dd79c111020686f3a1364ab0 (diff) |
Routing: dnslookup and manualroute routers: ipv4_only, ipv4_prefer options. Bug 2149
Diffstat (limited to 'test/src')
-rw-r--r-- | test/src/locate.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/locate.pl b/test/src/locate.pl index 2eb319cdd..ba74e030b 100644 --- a/test/src/locate.pl +++ b/test/src/locate.pl @@ -10,6 +10,7 @@ my @dirs = grep { /^\// && -d } split(/:/, $ENV{PATH}), qw( /bin /usr/bin /usr/sbin + /usr/lib /usr/libexec /usr/local/bin /usr/local/sbin |