Re: Testsuite problem when HOME is not defined

2016-12-02 Thread Chet Ramey
On 12/1/16 2:38 PM, Vladimir Marek wrote: > In spirit similar problem to the previous one, when the tests are > executed with $HOME undefined, I was getting this error: > > 26d25 > < ./comsub-posix.tests: line 103: cd: HOME not set > 28d26 > < ./comsub-posix.tests: line 106: cd: HOME not set > >

Testsuite problem when HOME is not defined

2016-12-01 Thread Vladimir Marek
In spirit similar problem to the previous one, when the tests are executed with $HOME undefined, I was getting this error: 26d25 < ./comsub-posix.tests: line 103: cd: HOME not set 28d26 < ./comsub-posix.tests: line 106: cd: HOME not set I am attaching the patch I am using for workaround, maybe