Index: Lib/test/test_commands.py =================================================================== --- Lib/test/test_commands.py (revision 75375) +++ Lib/test/test_commands.py (working copy) @@ -51,7 +51,7 @@ # 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 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.