summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-05 18:09:37 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-05 18:09:37 -0500
commit5656c9706cf6f96e0646e9594750d8239e5fcbea (patch)
treed33bd23139f95dd90fc3bf54afc02ae011faa02a
parentf046abd2a4d169e71ebe8eda14f01789b0bafdb0 (diff)
Fix librefetch tests more. I should not be committing code this tired.v20140305
-rw-r--r--test/librefetch-test.sh2
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"
}