Re: [Gambas-user] GambasTester small problem

2015-08-22 Thread Jussi Lahtinen
What is your system? Is there any good reason to give users write access to /? Isn't that error on your computer? What these two commands say on your system (replace yourusername with your actual user name): grep yourusername /etc/group ls -ld / Jussi On Sat, Aug 22, 2015 at 9:32 PM, Karl Re

[Gambas-user] GambasTester small problem

2015-08-22 Thread Karl Reinl
Salut Jussi, I get an error here: mTest.DoTests.1064 If Access("~", gb.Write Or gb.Exec) = False Or Access("/", gb.Write Or gb.Exec) = True Then Debug "Are you running this as root!!?" Errors.Add(System.Backtrace[0]) Endif For what ever reason on my box I have write and exec rights