tests/xbps/libxbps/shell/remove_test.sh: use full path for local repo.

This commit is contained in:
Juan RP 2014-01-03 10:08:32 +01:00
parent 3ca442eb3d
commit a57fe48709

View File

@ -20,7 +20,7 @@ keep_base_symlinks_body() {
xbps-rindex -a *.xbps xbps-rindex -a *.xbps
atf_check_equal $? 0 atf_check_equal $? 0
cd .. cd ..
xbps-install -r root --repository=some_repo -y foo xbps-install -r root --repository=$PWD/some_repo -y foo
atf_check_equal $? 0 atf_check_equal $? 0
xbps-remove -r root -y foo xbps-remove -r root -y foo
atf_check_equal $? 0 atf_check_equal $? 0