From a98bb96b434d788d1599e622c33dce851113fabd Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sat, 2 Mar 2013 23:49:40 -0500 Subject: fix typos in pacman tests Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- test/pacman/tests/fileconflict016.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pacman/tests/fileconflict016.py') 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" -- cgit v1.2.3