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