From 7a8dc72cbf3e0855057eee9d9f255eae5b889abc Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 19 Feb 2017 03:06:51 -0500 Subject: test: Use correct blacklist.txt URL. --- test/libremakepkg-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/libremakepkg-test.sh') diff --git a/test/libremakepkg-test.sh b/test/libremakepkg-test.sh index 50d43f6..2e918ad 100644 --- a/test/libremakepkg-test.sh +++ b/test/libremakepkg-test.sh @@ -11,7 +11,7 @@ before() { mkdir -p "$XDG_CONFIG_HOME"/libretools - echo "BLACKLIST=https://repo.parabola.nu/docs/blacklist.txt" >"$XDG_CONFIG_HOME"/libretools/libretools.conf + echo "BLACKLIST=https://git.parabola.nu/blacklist.git/plain/blacklist.txt" >"$XDG_CONFIG_HOME"/libretools/libretools.conf echo "CHROOTDIR='${chrootdir}'" > "$XDG_CONFIG_HOME"/libretools/chroot.conf echo "CHROOT='default'" >> "$XDG_CONFIG_HOME"/libretools/chroot.conf -- cgit v1.2.3-54-g00ecf