diff --git a/tests/xbps/xbps-remove/basic_test.sh b/tests/xbps/xbps-remove/basic_test.sh index dafc24de..e83d7e2c 100755 --- a/tests/xbps/xbps-remove/basic_test.sh +++ b/tests/xbps/xbps-remove/basic_test.sh @@ -42,7 +42,7 @@ remove_orphans_body() { atf_check_equal $? 0 xbps-remove -r root -C empty.conf -yvdo atf_check_equal $? 0 - xbps-query A + xbps-query -r root A atf_check_equal $? 2 }