From db00ccc3b025c950688d20b24b8c6a4fdc27ec35 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Jun 2019 07:57:13 +0200 Subject: [PATCH] tests/xbps-remove/orphans: use -r root. --- tests/xbps/xbps-remove/basic_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }