index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Chantry Xavier <shiningxc@gmail.com> | 2008-03-13 16:36:44 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-17 20:58:28 -0500 |
commit | b3e6cf652c9e989badaf5499abb1d64c1a110927 (patch) | |
tree | 850b1c05d910c2f1fec65e19ebc87fbf9eb2f246 /pactest/tests/xfercommand001.py | |
parent | dae3f9deefdb86f726a68dc89a7391e9df7517df (diff) |
-rw-r--r-- | pactest/tests/xfercommand001.py | 2 |
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 = [] |