[pacman-dev] [PATCH 2/5] update sync200 pactest

Xavier Chantry shiningxc at gmail.com
Sat Oct 10 21:09:56 EDT 2009


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 at gmail.com>
---
 pactest/tests/sync200.py.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pactest/tests/sync200.py.in b/pactest/tests/sync200.py.in
index 3c11f83..c83e9ac 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")
-- 
1.6.4.4



More information about the pacman-dev mailing list