Well, the default installation requires root permissions as many paths are accessible only as root (you did 'sudo make install', didn't you?). Also, you do sudo apt-get install, so, the tests will be run under root permissions. That's why I said in the README file that these tests should be run as root (a.k.a. sudo command).
CGS On Tue, Jun 12, 2012 at 2:25 PM, till <[email protected]> wrote: > > > On Tuesday, June 12, 2012 at 2:09 PM, CGS wrote: > > > "Dubious, test returned 1 (wstat 256, 0x100)" says that the permissions > are > > not in place (therefore, files cannot be created/access, processes are > not > > started/accessible and so on). Could you tell me where exactly you got > that > > error? > > > > CGS > E.g. icu_driver.t test – and a couple others. > > I am re-running it with sudo now. But that strikes me as odd. > > Till
