From 5656c9706cf6f96e0646e9594750d8239e5fcbea Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 5 Mar 2014 18:09:37 -0500 Subject: Fix librefetch tests more. I should not be committing code this tired. --- test/librefetch-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- cgit v1.2.2