[ python-Bugs-1101236 ] test_shutil fails on NetBSD 2.0

SourceForge.net noreply at sourceforge.net
Thu Jan 13 08:23:52 CET 2005


Bugs item #1101236, was opened at 2005-01-12 22:35
Message generated for change (Comment added) made by jlgijsbers
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1101236&group_id=5470

Category: Build
Group: Python 2.4
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Mike Howard (mikeh-id)
Assigned to: Nobody/Anonymous (nobody)
Summary: test_shutil fails on NetBSD 2.0

Initial Comment:
test_shutil.py fails the test 'test_on_error' when run
as root but is ok if run by a mortal user.

This is because NetBSD 2.0 thinks it is ok for root to
remove files and directories for which he does not have
write permission.  A mere mortal cannot do these
things, so test_shutil passes.

I don't know if this is a bug or a feature, but there
probably should be a test to avoid running
'test_on_error' when root is building Python.

----------------------------------------------------------------------

>Comment By: Johannes Gijsbers (jlgijsbers)
Date: 2005-01-13 08:23

Message:
Logged In: YES 
user_id=469548

This has been fixed on maint24 and HEAD. Thanks for the
report though!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1101236&group_id=5470


More information about the Python-bugs-list mailing list