tests/xbps-remove/orphans: use -r root.

This commit is contained in:
Juan RP
2019-06-27 07:57:13 +02:00
parent 44692f28d8
commit db00ccc3b0

View File

@@ -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
}