pypy3.10/fix-test_commands-expected-...

12 lines
718 B
Diff

--- test/test_commands.py.orig 2010-12-22 13:25:11.357333216 -0500
+++ test/test_commands.py 2010-12-22 13:25:57.927166219 -0500
@@ -47,7 +47,7 @@ class CommandTests(unittest.TestCase):
# Note that the first case above has a space in the group name
# while the second one has a space in both names.
pat = r'''d......... # It is a directory.
- \+? # It may have ACLs.
+ [.+@]? # It may have alt access (SELinux, ACLs or metadata ('@' OS X).
\s+\d+ # It has some number of links.
[^/]* # Skip user, group, size, and date.
/\. # and end with the name of the file.