summaryrefslogtreecommitdiff
path: root/test/pacman/tests/fileconflict007.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/fileconflict007.py')
-rw-r--r--test/pacman/tests/fileconflict007.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/fileconflict007.py b/test/pacman/tests/fileconflict007.py
index 7e6d85ef..4ee4624e 100644
--- a/test/pacman/tests/fileconflict007.py
+++ b/test/pacman/tests/fileconflict007.py
@@ -3,7 +3,7 @@ self.description = "Fileconflict with symlinks (klibc case)"
lp = pmpkg("pkg")
lp.files = ["dir/realdir/",
"dir/symdir -> realdir",
- "dir/realdir/file"]
+ "dir/realdir/file"]
self.addpkg2db("local", lp)
p = pmpkg("pkg", "1.0-2")