diff --git a/tests/xbps/xbps-install/behaviour_tests.sh b/tests/xbps/xbps-install/behaviour_tests.sh index f3f59c65..19a1d901 100755 --- a/tests/xbps/xbps-install/behaviour_tests.sh +++ b/tests/xbps/xbps-install/behaviour_tests.sh @@ -62,8 +62,8 @@ update_pkg_on_hold_body() { xbps-rindex -d -a $PWD/*.xbps atf_check_equal $? 0 cd .. - xbps-install -d -r root -C empty.conf --repository=$PWD/some_repo -yu - atf_check_equal $? 1 + xbps-install -d -r root -C empty.conf --repository=$PWD/some_repo -y A + atf_check_equal $? 0 } atf_init_test_cases() {