index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2020-01-08 13:46:35 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-01-27 17:53:50 +1000 |
commit | 0965023fc57495ca819127eee1d7e881e1ed7c3c (patch) | |
tree | 40cfa51805ec72633a3b573ff87bc1ba3826d664 /test | |
parent | acaed30e243ff139b5549fd51dc3cb5472415b0a (diff) |
-rw-r--r-- | test/pacman/tests/sync-update-package-removing-required-provides.py | 2 |
diff --git a/test/pacman/tests/sync-update-package-removing-required-provides.py b/test/pacman/tests/sync-update-package-removing-required-provides.py index 19bfd922..2254e112 100644 --- a/test/pacman/tests/sync-update-package-removing-required-provides.py +++ b/test/pacman/tests/sync-update-package-removing-required-provides.py @@ -1,4 +1,4 @@ -self.description = "Upgrade a package that loose a provides entry which moves to a dedicated package" +self.description = "Upgrade a package that loses a provides entry which moves to a dedicated package" lp1 = pmpkg("pkg1", "1-1") lp1.provides = ["feature=1"] |