From a57fe4870991d248c77213cd077b571664b2d799 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 3 Jan 2014 10:08:32 +0100 Subject: [PATCH] tests/xbps/libxbps/shell/remove_test.sh: use full path for local repo. --- tests/xbps/libxbps/shell/remove_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xbps/libxbps/shell/remove_test.sh b/tests/xbps/libxbps/shell/remove_test.sh index 1e8e4753..37d3f262 100644 --- a/tests/xbps/libxbps/shell/remove_test.sh +++ b/tests/xbps/libxbps/shell/remove_test.sh @@ -20,7 +20,7 @@ keep_base_symlinks_body() { xbps-rindex -a *.xbps atf_check_equal $? 0 cd .. - xbps-install -r root --repository=some_repo -y foo + xbps-install -r root --repository=$PWD/some_repo -y foo atf_check_equal $? 0 xbps-remove -r root -y foo atf_check_equal $? 0