summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-02 16:56:40 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-03 01:40:47 -0400
commit43bbfe78d09f95edd216487f944fbf03f33ed6c4 (patch)
treeef4d56c72473cfcd6fec74f0d5e8b8de58c8292b /test
parentc326914167f1be1d4e1ccdd79a78cd92b96c15a1 (diff)
libredbdiff: simplify config file generation
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
}