From 3a70495ba670cfa065cca87a3274ecd5f2016861 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 15 Jun 2019 16:34:08 +0200 Subject: [PATCH] tests/cyclic_dep_full: fix xbps-query cmd. Signed-off-by: Juan RP --- tests/xbps/libxbps/shell/cyclic_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xbps/libxbps/shell/cyclic_deps.sh b/tests/xbps/libxbps/shell/cyclic_deps.sh index c5a1182a..786fedd7 100644 --- a/tests/xbps/libxbps/shell/cyclic_deps.sh +++ b/tests/xbps/libxbps/shell/cyclic_deps.sh @@ -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