From 2a9029b73655b8bc5eab63cd7330d855adfddc04 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 16 Jun 2019 19:26:53 +0200 Subject: [PATCH] tests: fix tests; transaction detect if multiple packages install the same file --- tests/xbps/libxbps/shell/update_itself.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/xbps/libxbps/shell/update_itself.sh b/tests/xbps/libxbps/shell/update_itself.sh index 1a7a7457..edb60ba4 100644 --- a/tests/xbps/libxbps/shell/update_itself.sh +++ b/tests/xbps/libxbps/shell/update_itself.sh @@ -45,7 +45,7 @@ update_xbps_with_revdeps_head() { update_xbps_with_revdeps_body() { mkdir -p repo xbps xbps-dbg baz - touch xbps/foo xbps-dbg/foo baz/blah + touch xbps/foo xbps-dbg/bar baz/blah cd repo xbps-create -A noarch -n xbps-1.0_1 -s "xbps pkg" ../xbps @@ -115,7 +115,7 @@ update_xbps_with_uptodate_revdeps_head() { update_xbps_with_uptodate_revdeps_body() { mkdir -p repo xbps base-system - touch xbps/foo base-system/foo + touch xbps/foo base-system/bar cd repo xbps-create -A noarch -n xbps-1.0_1 -s "xbps pkg" ../xbps