summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_commands.py')
-rw-r--r--Lib/test/test_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_commands.py b/Lib/test/test_commands.py
index dfa1977..ef87d79 100644
--- a/Lib/test/test_commands.py
+++ b/Lib/test/test_commands.py
@@ -45,6 +45,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.
\s+\d+ # It has some number of links.
[^/]* # Skip user, group, size, and date.
/\. # and end with the name of the file.