summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/fileconflict016.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/fileconflict016.py')
-rw-r--r--test/pacman/tests/fileconflict016.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/fileconflict016.py b/test/pacman/tests/fileconflict016.py
index c5daf484..86ddd720 100644
--- a/test/pacman/tests/fileconflict016.py
+++ b/test/pacman/tests/fileconflict016.py
@@ -14,7 +14,7 @@ self.addpkg2db("sync", p1)
p2 = pmpkg("pkg2")
p2.files = ["usr/",
"usr/lib/",
- "usr/lib/foo"]
+ "usr/lib/foo"]
self.addpkg2db("sync", p2)
self.args = "-S pkg1 pkg2"