[Patches] [ python-Patches-648998 ] test_commands ACL patch

noreply@sourceforge.net noreply@sourceforge.net
Thu, 05 Dec 2002 12:19:41 -0800


Patches item #648998, was opened at 2002-12-05 06:09
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=648998&group_id=5470

Category: Tests
Group: Python 2.3
>Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Jason Tishler (jlt63)
Assigned to: Jason Tishler (jlt63)
>Summary: test_commands ACL patch

Initial Comment:
Although motived by Cygwin, this patch will prevent
test_commands from failing on Unixes that support
ACLs.  For example, the following is an excerpt from
the Solaris ls manpage:

...
-rwxrwxrwx+  1 smith  dev    10876  May 16 9:42 part2

The plus sign indicates that there is an ACL associated
with  the  file.
...

OK to apply?

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

>Comment By: Jason Tishler (jlt63)
Date: 2002-12-05 11:19

Message:
Logged In: YES 
user_id=86216

Committed as src/Lib/test/test_commands.py 1.9.

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

Comment By: Martin v. Löwis (loewis)
Date: 2002-12-05 07:17

Message:
Logged In: YES 
user_id=21627

Looks good. Please apply it.

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

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