From 4e7cc1fb39e3933f81a81cd474baae068bc35b9e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 2 Jan 2016 18:29:09 +0100 Subject: [PATCH] tests: fixing a wrong return value. --- tests/xbps/xbps-install/behaviour_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {