From 471b1fa54395f7f16939e213f50aaf76f390553b Mon Sep 17 00:00:00 2001 From: Xavier Chantry Date: Sat, 10 Oct 2009 23:56:15 +0200 Subject: 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 Signed-off-by: Dan McGee --- pactest/tests/sync200.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pactest') 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") -- cgit v1.2.3-54-g00ecf