Gregor n wrote:
I just installed Zope 3.0.1 on Redhat Linux 9, using python 2.4 and get running make check:

"/usr/local/ZopeX3-3.0.1/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py", line 244, in testUmask
    self.assert_(not os.access(path, os.W_OK))
  File "/usr/local/lib/python2.4/unittest.py", line 308, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

This one looks like you were running the tests as root, if so do it again as a regular user.
--
Benji York
Senior Software Engineer
Zope Corporation
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to