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>
This commit is contained in:
Xavier Chantry 2009-10-10 23:56:15 +02:00 committed by Dan McGee
parent caea098c21
commit 471b1fa543

View File

@ -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")