summaryrefslogtreecommitdiff
path: root/test/pacman/tests/sync200.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/sync200.py.in')
-rw-r--r--test/pacman/tests/sync200.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/sync200.py.in b/test/pacman/tests/sync200.py.in
index c83e9ac7..6e47112d 100644
--- a/test/pacman/tests/sync200.py.in
+++ b/test/pacman/tests/sync200.py.in
@@ -1,6 +1,6 @@
self.description = "Synchronize the local database"
-if not "fetch" in "@LIBS@":
+if len("@LIBCURL@") == 0:
self.option['XferCommand'] = ['/usr/bin/curl %u > %o']
sp1 = pmpkg("spkg1", "1.0-1")