tests/cyclic_dep_full: fix xbps-query cmd.

Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
Juan RP
2019-06-15 16:34:08 +02:00
parent 82e7d11db8
commit 3a70495ba6

View File

@@ -75,7 +75,7 @@ cyclic_dep_full_body() {
xbps-install -r root --repository=$PWD/some_repo -dy B
atf_check_equal $? 0
xbps-query -r root --fulldeptree -d B
xbps-query -r root --fulldeptree -dx B
atf_check_equal $? 0
xbps-remove -r root -Ryvd B
atf_check_equal $? 0