[pacman-dev] [PATCH] Fix typo in pactest
Signed-off-by: Allan McRae <allan@archlinux.org> --- pactest/tests/remove001.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pactest/tests/remove001.py b/pactest/tests/remove001.py index d20dd07..02d00a4 100644 --- a/pactest/tests/remove001.py +++ b/pactest/tests/remove001.py @@ -6,4 +6,4 @@ self.args = "-R " + "foo "*5 self.addrule("PACMAN_RETCODE=1") -self.addrule("PKG_EXISTS=foo") +self.addrule("PKG_EXIST=foo") -- 1.7.1
On Sat, May 29, 2010 at 7:18 PM, Allan McRae <allan@archlinux.org> wrote:
Signed-off-by: Allan McRae <allan@archlinux.org>
We should probably have something that spits out a warning if there is a rule that is parsed that can't be recognized.
--- pactest/tests/remove001.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pactest/tests/remove001.py b/pactest/tests/remove001.py index d20dd07..02d00a4 100644 --- a/pactest/tests/remove001.py +++ b/pactest/tests/remove001.py @@ -6,4 +6,4 @@ self.args = "-R " + "foo "*5
self.addrule("PACMAN_RETCODE=1") -self.addrule("PKG_EXISTS=foo") +self.addrule("PKG_EXIST=foo") -- 1.7.1
On 30/05/10 10:35, Dan McGee wrote:
On Sat, May 29, 2010 at 7:18 PM, Allan McRae<allan@archlinux.org> wrote:
Signed-off-by: Allan McRae<allan@archlinux.org>
We should probably have something that spits out a warning if there is a rule that is parsed that can't be recognized.
I noticed this because the test was skipped. Maybe we should highlight those more. Allan
participants (2)
-
Allan McRae
-
Dan McGee