This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Claudiu.Popa
Recipients Claudiu.Popa, berker.peksag, cjwatson, hynek
Date 2014-06-27.06:08:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403849294.06.0.0311459623264.issue18108@psf.upfronthosting.co.za>
In-reply-to
Content
I got a failure on FreeBSD:

[1/1] test_shutil
test test_shutil failed -- Traceback (most recent call last):
  File "/tank/libs/cpython/Lib/test/test_shutil.py", line 1258, in test_chown
    shutil.chown(os.path.basename(filename), dir_fd=dirfd)
  File "/tank/libs/cpython/Lib/shutil.py", line 983, in chown
    raise ValueError("user and/or group must be set")
ValueError: user and/or group must be set


It seems that either user or group argument must be passed along with dir_fd.
History
Date User Action Args
2014-06-27 06:08:14Claudiu.Popasetrecipients: + Claudiu.Popa, cjwatson, berker.peksag, hynek
2014-06-27 06:08:14Claudiu.Popasetmessageid: <1403849294.06.0.0311459623264.issue18108@psf.upfronthosting.co.za>
2014-06-27 06:08:14Claudiu.Popalinkissue18108 messages
2014-06-27 06:08:13Claudiu.Popacreate