summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/fileconflict016.py
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2013-03-03 05:49:40 +0100
committerAllan McRae <allan@archlinux.org>2013-03-07 06:38:47 +0100
commita98bb96b434d788d1599e622c33dce851113fabd (patch)
tree515e3f26cff2983000a27e7d614c42839bcdb9c2 /test/pacman/tests/fileconflict016.py
parente6b8d5189f50c36b972a6c57d74a3127bca4ce2d (diff)
downloadpacman-a98bb96b434d788d1599e622c33dce851113fabd.tar.gz
pacman-a98bb96b434d788d1599e622c33dce851113fabd.tar.xz
fix typos in pacman tests
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
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"