diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-06-09 14:21:04 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-06-10 14:24:45 +1000 |
commit | d920e7053c5be3325e40f504f56a37ac8c779ad2 (patch) | |
tree | 0307ed3d9770b49b13752986af3537e23050a1ae /test/pacman/tests/TESTS | |
parent | b9f98ae97c9419a55b609988fefc6d4fc357d350 (diff) |
Add test case for the perl 5.20 dependency breakage
This test currently fails.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/TESTS')
-rw-r--r-- | test/pacman/tests/TESTS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pacman/tests/TESTS b/test/pacman/tests/TESTS index a987cff7..dc47294a 100644 --- a/test/pacman/tests/TESTS +++ b/test/pacman/tests/TESTS @@ -140,6 +140,7 @@ TESTS += test/pacman/tests/sync-nodepversion03.py TESTS += test/pacman/tests/sync-nodepversion04.py TESTS += test/pacman/tests/sync-nodepversion05.py TESTS += test/pacman/tests/sync-nodepversion06.py +TESTS += test/pacman/tests/sync-update-package-removing-required-provides.py TESTS += test/pacman/tests/sync001.py TESTS += test/pacman/tests/sync002.py TESTS += test/pacman/tests/sync003.py |