Fix regression: when reinstalling a package already installed at the latest version return 0
modified libpkg/pkg_jobs.c
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1600,7 +1600,7 @@ jobs_solve_install_upgrade(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/Makefile.am
@@ -87,6 +87,7 @@ tests_scripts= \
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified tests/frontend/Kyuafile.in
@@ -13,6 +13,7 @@ atf_test_program{name='conflicts'}
|
|
|
|
|
|
| + | |
|
|
|
|
|
added tests/frontend/install.sh
@@ -0,0 +1,55 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |