This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libgo] Omit /bin in os_test.go


Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> writes:

> /bin is a directory on Solaris 2, which causes the libgo os test to
> fail:
>
> FAIL: os
> --- FAIL: os_test.TestChdirAndGetwd
> 	Getwd returned "/usr/bin" want "/bin"
>
> This patch fixes this by simply removing /bin.  One could probably
> replace it by /sbin instead, which is a directory on every Unix I know.

Committed to master repository and gccgo repository.

Thanks.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]