summaryrefslogtreecommitdiff
path: root/test/pacman/tests/fileconflict006.py
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2013-03-02 23:49:40 -0500
committerAllan McRae <allan@archlinux.org>2013-03-07 15:38:47 +1000
commita98bb96b434d788d1599e622c33dce851113fabd (patch)
tree515e3f26cff2983000a27e7d614c42839bcdb9c2 /test/pacman/tests/fileconflict006.py
parente6b8d5189f50c36b972a6c57d74a3127bca4ce2d (diff)
downloadpacman-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/fileconflict006.py')
-rw-r--r--test/pacman/tests/fileconflict006.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pacman/tests/fileconflict006.py b/test/pacman/tests/fileconflict006.py
index 84afff2d..d3c20ba3 100644
--- a/test/pacman/tests/fileconflict006.py
+++ b/test/pacman/tests/fileconflict006.py
@@ -3,8 +3,8 @@ self.description = "dir->symlink change during package upgrade (conflict)"
p1 = pmpkg("pkg1", "1.0-1")
p1.files = ["test/",
"test/file1",
- "test/dir/file1",
- "test/dir/file2"]
+ "test/dir/file1",
+ "test/dir/file2"]
self.addpkg2db("local", p1)
p2 = pmpkg("pkg2")