tests: don't read /etc/abuild.conf

Host's /etc/abuild.conf may enable USE_CCACHE which will pull in ccaches
as makedepends which breaks the tests.

fixes https://gitlab.alpinelinux.org/alpine/abuild/-/issues/10017
This commit is contained in:
Natanael Copa 2021-01-07 15:21:03 +01:00
parent c1dadac7d3
commit 7e754436f1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
setup() {
export ABUILD="$PWD/../abuild"
export ABUILD_SHAREDIR="$PWD/.."
export ABUILD_CONF=/dev/null
export REPODEST="$BATS_TMPDIR"/packages
}