summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Chantry <shiningxc@gmail.com>2009-10-10 23:56:15 +0200
committerDan McGee <dan@archlinux.org>2009-10-11 22:12:44 +0200
commit471b1fa54395f7f16939e213f50aaf76f390553b (patch)
treec0e3c7e9452337f9d61e0789662e78f613b200a1
parentcaea098c2191a2d94a28e90bfef958c34473a5a4 (diff)
downloadpacman-471b1fa54395f7f16939e213f50aaf76f390553b.tar.gz
pacman-471b1fa54395f7f16939e213f50aaf76f390553b.tar.xz
update sync200 pactest
update download -> fetch This just meant that we used XferCommand even if internal download was available, no big deal. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--pactest/tests/sync200.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pactest/tests/sync200.py.in b/pactest/tests/sync200.py.in
index 3c11f83f..c83e9ac7 100644
--- a/pactest/tests/sync200.py.in
+++ b/pactest/tests/sync200.py.in
@@ -1,6 +1,6 @@
self.description = "Synchronize the local database"
-if not "download" in "@LIBS@":
+if not "fetch" in "@LIBS@":
self.option['XferCommand'] = ['/usr/bin/curl %u > %o']
sp1 = pmpkg("spkg1", "1.0-1")