diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-02 16:56:40 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-03 01:40:47 -0400 |
commit | 43bbfe78d09f95edd216487f944fbf03f33ed6c4 (patch) | |
tree | ef4d56c72473cfcd6fec74f0d5e8b8de58c8292b /test | |
parent | c326914167f1be1d4e1ccdd79a78cd92b96c15a1 (diff) |
libredbdiff: simplify config file generation
Diffstat (limited to 'test')
-rw-r--r-- | test/libredbdiff-test.sh | 4 |
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 } |