Blame fix-test_commands-expected-ls-output-issue7108.patch

5810c5d
diff -up Python-2.7/Lib/test/test_commands.py.gnu-ls-output Python-2.7/Lib/test/test_commands.py
5810c5d
--- Python-2.7/Lib/test/test_commands.py.gnu-ls-output	2010-08-17 11:31:35.714913918 -0400
5810c5d
+++ Python-2.7/Lib/test/test_commands.py	2010-08-17 11:37:08.913911808 -0400
5810c5d
@@ -50,7 +50,7 @@ class CommandTests(unittest.TestCase):
5810c5d
         # Note that the first case above has a space in the group name
5810c5d
         # while the second one has a space in both names.
5810c5d
         pat = r'''d.........   # It is a directory.
5810c5d
-                  \+?          # It may have ACLs.
5810c5d
+                  [.+@]?       # It may have alt access (SELinux, ACLs or metadata ('@' OS X).
5810c5d
                   \s+\d+       # It has some number of links.
5810c5d
                   [^/]*        # Skip user, group, size, and date.
5810c5d
                   /\.          # and end with the name of the file.