diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-10 00:42:25 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-11 15:23:29 -0400 |
commit | 2c38dbeb2eea18be19ff13391a2069e37096ac71 (patch) | |
tree | 0a09be868cc38d8cf7ccbb61cdf4b74f021ef0d5 /test/libremakepkg-test.sh | |
parent | ed70c3d52624dbe2be6a4d8e7f8858f94258c8bb (diff) |
test: tidy up
- libremakepkg: set BLACKLIST, as it will be used when checking the
PKGBUILD
- test-common.sh: make sure that $HOME isn't the default, so we don't
trash the user's home directory if accidentally run outside of testenv
- testenv: don't worry about adding dest/usr/sbin to the path
Diffstat (limited to 'test/libremakepkg-test.sh')
-rw-r--r-- | test/libremakepkg-test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/libremakepkg-test.sh b/test/libremakepkg-test.sh index 011674a..90cca0b 100644 --- a/test/libremakepkg-test.sh +++ b/test/libremakepkg-test.sh @@ -8,6 +8,9 @@ before() { _before libremakepkg mkdir -p "$XDG_CONFIG_HOME"/libretools + + echo "BLACKLIST=https://repo.parabolagnulinux.org/docs/blacklist.txt" >"$XDG_CONFIG_HOME"/libretools/libretools.conf + echo "CHROOTDIR='$tmpdir/chrootdir'" > "$XDG_CONFIG_HOME"/libretools/chroot.conf echo "CHROOT='default'" >> "$XDG_CONFIG_HOME"/libretools/chroot.conf echo "CHROOTEXTRAPKG=()" >> "$XDG_CONFIG_HOME"/libretools/chroot.conf |