[bind10-dev] failed unittests

JINMEI Tatuya / 神明達哉 jinmei at isc.org
Tue Jul 6 23:39:34 UTC 2010


At Tue, 6 Jul 2010 18:23:49 -0500 (CDT),
"Jeremy C. Reed" <jreed at isc.org> wrote:

> bind10.py.in has:
> 
>   spawn_env['PATH'] = "@@LIBEXECDIR@@:" + spawn_env['PATH']
> 
>  .... I guess second part should be
>  + os.environ['PATH']
> 
> Also not sure why earlier line in bind10 has
> spawn_env['PATH'] = os.environ['PATH']

I'm not sure what you mean by this:-)

But anyway, bind10.py.in has this:
        spawn_env = os.environ
so replacing
>   spawn_env['PATH'] = "@@LIBEXECDIR@@:" + spawn_env['PATH']
with
>  + os.environ['PATH']
wouldn't change the behavior.

If spawn_env doesn't have an entry for key 'PATH', os.environ
shouldn't either.  That also means PATH isn't defined in your run-time
environment (or something very unusual happened).

---
JINMEI, Tatuya



More information about the bind10-dev mailing list