From 43bbfe78d09f95edd216487f944fbf03f33ed6c4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 2 May 2017 16:56:40 -0400 Subject: libredbdiff: simplify config file generation --- test/libredbdiff-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/libredbdiff-test.sh') diff --git a/test/libredbdiff-test.sh b/test/libredbdiff-test.sh index ca0aad4..fe73074 100644 --- a/test/libredbdiff-test.sh +++ b/test/libredbdiff-test.sh @@ -7,8 +7,8 @@ common_before() { mkdir -p "$XDG_CONFIG_HOME/libretools" printf '%s\n' \ 'statedir="$PWD"' \ - "mirror_prbl='http://repo.parabola.nu/\$repo/os/\$arch'" \ - "mirror_arch='http://mirrors.kernel.org/archlinux/\$repo/os/\$arch'" \ + "mirror_prbl='https://repo.parabola.nu/\$repo/os/\$arch'" \ + "mirror_arch='https://mirrors.kernel.org/archlinux/\$repo/os/\$arch'" \ 'repos=(libre)' \ > $XDG_CONFIG_HOME/libretools/libredbdiff.conf } -- cgit v1.2.3-54-g00ecf