libxbps: ignore updates for pkgs with held deps. Close #143

This commit is contained in:
Juan RP
2016-02-06 09:03:54 +01:00
parent 27e36fcbf9
commit 067687ce28
3 changed files with 9 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ update_pkg_with_held_dep_head() {
}
update_pkg_with_held_dep_body() {
atf_expect_death "Known bug: see https://github.com/voidlinux/xbps/issues/143"
mkdir -p some_repo pkginst pkgheld pkgdep-21_1 pkgdep-22_1
touch pkginst/pi00
touch pkgheld/ph00
@@ -102,7 +101,7 @@ update_pkg_with_held_dep_body() {
xbps-rindex -d -a pkgdep-22*.xbps
atf_check_equal $? 0
xbps-install -r root -C empty.conf --repository=$PWD -d -y pkginst >&2
xbps-install -r root -C empty.conf --repository=$PWD -d -yv pkginst
atf_check_equal $? 0
}