]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #648998: test_commands ACL patch
authorJason Tishler <jason@tishler.net>
Thu, 5 Dec 2002 20:18:39 +0000 (20:18 +0000)
committerJason Tishler <jason@tishler.net>
Thu, 5 Dec 2002 20:18:39 +0000 (20:18 +0000)
commite257ec9ef70a4453c8c7310422f8f3459d940043
treed89aae400a59a6f592777c9329ece6a0b900d465
parentb0f89e05ad9aaf229033bbc81be43c1f826e3930
Patch #648998: test_commands ACL patch

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.
...
Lib/test/test_commands.py