diff --git a/tests/xbps/libxbps/shell/update_hold_test.sh b/tests/xbps/libxbps/shell/update_hold_test.sh index 014a18a4..84822f3f 100644 --- a/tests/xbps/libxbps/shell/update_hold_test.sh +++ b/tests/xbps/libxbps/shell/update_hold_test.sh @@ -98,7 +98,7 @@ update_pkg_with_held_dep_body() { atf_check_equal $? 0 xbps-install -r root -C empty.conf --repository=$PWD -d -yv pkginst - atf_check_equal $? 0 + atf_check_equal $? 19 } atf_test_case hold_update_revdep