From 5183b0a7e7c2e43d0ad6ac1d58bd9401193be1a8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 6 Nov 2014 11:02:14 +0100 Subject: [PATCH] tests: enable debugging in xbps-rindex (2/2). --- tests/xbps/xbps-rindex/clean_test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/xbps/xbps-rindex/clean_test.sh b/tests/xbps/xbps-rindex/clean_test.sh index 6270d0f0..ca8a3b16 100644 --- a/tests/xbps/xbps-rindex/clean_test.sh +++ b/tests/xbps/xbps-rindex/clean_test.sh @@ -35,7 +35,7 @@ filesclean_body() { cd some_repo xbps-create -A noarch -n foo-1.0_1 -s "foo pkg" ../pkg_A atf_check_equal $? 0 - xbps-rindex -a *.xbps + xbps-rindex -d -a *.xbps atf_check_equal $? 0 rm *.xbps cd .. @@ -59,11 +59,11 @@ filesclean2_body() { cd some_repo xbps-create -A noarch -n foo-1.0_1 -s "foo pkg" ../pkg_A atf_check_equal $? 0 - xbps-rindex -a *.xbps + xbps-rindex -d -a *.xbps atf_check_equal $? 0 xbps-create -A noarch -n foo-1.1_1 -s "foo pkg" ../pkg_A atf_check_equal $? 0 - xbps-rindex -a *.xbps + xbps-rindex -d -a *.xbps atf_check_equal $? 0 cd .. xbps-rindex -c some_repo