diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/librefetch-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/librefetch-test.sh b/test/librefetch-test.sh index 7642f91..43b7a69 100644 --- a/test/librefetch-test.sh +++ b/test/librefetch-test.sh @@ -15,7 +15,7 @@ before() { mkdir -p "$XDG_CONFIG_HOME/libretools" printf '%s\n' \ - 'MIRROR="phony://example.com/dir/"' \ + 'MIRRORS=("phony://example.com/dir/")' \ 'DOWNLOADER=/usr/bin/false' \ > "$XDG_CONFIG_HOME/libretools/librefetch.conf" } |