summaryrefslogtreecommitdiffstats
path: root/pactest/tests/xfercommand001.py
diff options
context:
space:
mode:
Diffstat (limited to 'pactest/tests/xfercommand001.py')
-rw-r--r--pactest/tests/xfercommand001.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pactest/tests/xfercommand001.py b/pactest/tests/xfercommand001.py
index a9c41d8c..a645cf7f 100644
--- a/pactest/tests/xfercommand001.py
+++ b/pactest/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']
numpkgs = 10
pkgnames = []