"Storbeck, Frank" <[EMAIL PROTECTED]> writes:
>
> 3.
> FAIL: posix.test: putenv: removing
> FAIL: posix.test: setenv: removing
> FAIL: posix.test: unsetenv: something
> FAIL: posix.test: unsetenv: empty

Sounds like a bug.  I guess each one is about not being able to remove a
variable from the environment.  I think they all end up going down
scm_putenv() in libguile/posix.c, and it ought to be using unsetenv() to
remove.  Is unsetenv() available on solaris?  The fallback code if it's
not is most likely wrong (it's some DOS nonsense).


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to