summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/sync200.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/sync200.py')
-rw-r--r--test/pacman/tests/sync200.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/sync200.py b/test/pacman/tests/sync200.py
index 2bcdd5d3..18f38b81 100644
--- a/test/pacman/tests/sync200.py
+++ b/test/pacman/tests/sync200.py
@@ -1,6 +1,6 @@
self.description = "Synchronize the local database"
-self.option['XferCommand'] = ['/usr/bin/curl %u > %o']
+self.option['XferCommand'] = ['/usr/bin/curl %u -o %o']
sp1 = pmpkg("spkg1", "1.0-1")
sp1.depends = ["spkg2"]