Skip to content

Commit

Permalink
tests: fix one case not using rootdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocimier authored and Duncaen committed Mar 12, 2021
1 parent d67b87a commit 4a5eb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/xbps/libxbps/shell/obsoletefiles_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a5eb8d

Please sign in to comment.