summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-30 01:33:28 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-10-01 17:35:22 -0400
commit61e61226d8aeb2a973656a263cd0c523e9e55c88 (patch)
tree7ed95107cbc1e75173b4ee1b5563bf3fc0a00553
parent39aa093d2e21f99bb90fa7aa7d3add3e3c32e589 (diff)
test: pkgbuild-check-nonfree: Remove superfluous setting of BLACKLIST=
It's already set that way in setup() of that file.
-rw-r--r--test/pkgbuild-check-nonfree-test.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/pkgbuild-check-nonfree-test.sh b/test/pkgbuild-check-nonfree-test.sh
index fe7459d..306ab00 100644
--- a/test/pkgbuild-check-nonfree-test.sh
+++ b/test/pkgbuild-check-nonfree-test.sh
@@ -57,8 +57,6 @@ it_fails_for_nonfree_depend() {
}
it_fails_when_there_is_no_blacklist() {
- mkdir -p $XDG_CONFIG_HOME/libretools
- echo "BLACKLIST='phony://example.com'" >$XDG_CONFIG_HOME/libretools/libretools.conf
rm $XDG_CACHE_HOME/libretools/blacklist.txt
pkgbuild-check-nonfree pkgbuild-check-nonfree.d/PKGBUILD.free >$tmpdir/stdout 2>$tmpdir/stderr || status=$?