tests: fixing a wrong return value.
This commit is contained in:
parent
35e4f31234
commit
4e7cc1fb39
@ -62,8 +62,8 @@ update_pkg_on_hold_body() {
|
|||||||
xbps-rindex -d -a $PWD/*.xbps
|
xbps-rindex -d -a $PWD/*.xbps
|
||||||
atf_check_equal $? 0
|
atf_check_equal $? 0
|
||||||
cd ..
|
cd ..
|
||||||
xbps-install -d -r root -C empty.conf --repository=$PWD/some_repo -yu
|
xbps-install -d -r root -C empty.conf --repository=$PWD/some_repo -y A
|
||||||
atf_check_equal $? 1
|
atf_check_equal $? 0
|
||||||
}
|
}
|
||||||
|
|
||||||
atf_init_test_cases() {
|
atf_init_test_cases() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user