tests/xbps/libxbps/shell/remove_test.sh: use full path for local repo.
This commit is contained in:
parent
3ca442eb3d
commit
a57fe48709
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user