Fix typo in pactest
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
2710b256cc
commit
ccea1b5576
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ self.addpkg2db("local", p)
|
||||||
self.args = "-R " + "foo "*5
|
self.args = "-R " + "foo "*5
|
||||||
|
|
||||||
self.addrule("PACMAN_RETCODE=1")
|
self.addrule("PACMAN_RETCODE=1")
|
||||||
self.addrule("PKG_EXISTS=foo")
|
self.addrule("PKG_EXIST=foo")
|
||||||
|
|
Loading…
Add table
Reference in a new issue