[pacman-dev] [PATCH 2/2] fix typos in pacman tests
Andrew Gregory
andrew.gregory.8 at gmail.com
Sat Mar 2 23:49:40 EST 2013
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
---
test/pacman/tests/fileconflict006.py | 4 ++--
test/pacman/tests/fileconflict016.py | 2 +-
test/pacman/tests/symlink002.py | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/test/pacman/tests/fileconflict006.py b/test/pacman/tests/fileconflict006.py
index 84afff2..d3c20ba 100644
--- a/test/pacman/tests/fileconflict006.py
+++ b/test/pacman/tests/fileconflict006.py
@@ -3,8 +3,8 @@
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")
diff --git a/test/pacman/tests/fileconflict016.py b/test/pacman/tests/fileconflict016.py
index c5daf48..86ddd72 100644
--- a/test/pacman/tests/fileconflict016.py
+++ b/test/pacman/tests/fileconflict016.py
@@ -14,7 +14,7 @@
p2 = pmpkg("pkg2")
p2.files = ["usr/",
"usr/lib/",
- "usr/lib/foo"]
+ "usr/lib/foo"]
self.addpkg2db("sync", p2)
self.args = "-S pkg1 pkg2"
diff --git a/test/pacman/tests/symlink002.py b/test/pacman/tests/symlink002.py
index 6b7423d..7c23c77 100644
--- a/test/pacman/tests/symlink002.py
+++ b/test/pacman/tests/symlink002.py
@@ -37,7 +37,7 @@
self.addrule("PKG_EXIST=dummy3")
self.addrule("LINK_EXIST=etc/brokenlink3")
-self.addrule("!FILE_EXIST=etc/nonexistent")
+self.addrule("!FILE_EXIST=etc/nonexistent3")
self.addrule("FILE_EXIST=etc/exists3")
self.addrule("FILE_TYPE=etc/brokenlink3|link")
self.addrule("FILE_TYPE=etc/exists3|file")
--
1.8.1.4
More information about the pacman-dev
mailing list