Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2020-01-08 13:46:35 +1000
committerAllan McRae <allan@archlinux.org>2020-01-27 17:53:50 +1000
commit0965023fc57495ca819127eee1d7e881e1ed7c3c (patch)
tree40cfa51805ec72633a3b573ff87bc1ba3826d664 /test
parentacaed30e243ff139b5549fd51dc3cb5472415b0a (diff)
tests: Fix typo in test description
Diffstat (limited to 'test')
-rw-r--r--test/pacman/tests/sync-update-package-removing-required-provides.py2
1 files changed, 1 insertions, 1 deletions
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"]