summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/xfercommand001.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/xfercommand001.py')
-rw-r--r--test/pacman/tests/xfercommand001.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/xfercommand001.py b/test/pacman/tests/xfercommand001.py
index 0d244dc6..0ac99080 100644
--- a/test/pacman/tests/xfercommand001.py
+++ b/test/pacman/tests/xfercommand001.py
@@ -3,7 +3,7 @@ self.description = "Quick check for using XferCommand"
# this setting forces us to download packages
self.cachepkgs = False
#wget doesn't support file:// urls. curl does
-self.option['XferCommand'] = ['/usr/bin/curl %u > %o']
+self.option['XferCommand'] = ['/usr/bin/curl %u -o %o']
numpkgs = 10
pkgnames = []