tests: fix one case not using rootdir
This commit is contained in:
parent
d67b87ab47
commit
4a5eb8dc87
@ -471,10 +471,10 @@ replace_package_same_files_body() {
|
||||
xbps-install -r root --repository=$PWD/repo -yvd libressl
|
||||
atf_check_equal $? 0
|
||||
|
||||
xbps-query -S openssl
|
||||
xbps-query -r root -S openssl
|
||||
atf_check_equal $? 2
|
||||
|
||||
xbps-query -S libressl
|
||||
xbps-query -r root -S libressl
|
||||
atf_check_equal $? 0
|
||||
|
||||
xbps-pkgdb -r root -av
|
||||
|
Loading…
Reference in New Issue
Block a user