summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/libredbdiff-test.sh4
1 files changed, 2 insertions, 2 deletions
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
}