| Index: buildbot/prebuilt_unittest.py
|
| diff --git a/buildbot/prebuilt_unittest.py b/buildbot/prebuilt_unittest.py
|
| index f71b5483601be08b340035680d966839b353e4ae..9de1e99ba4dc5cc2d1645f6e95ba6e9164193438 100755
|
| --- a/buildbot/prebuilt_unittest.py
|
| +++ b/buildbot/prebuilt_unittest.py
|
| @@ -402,7 +402,7 @@ class TestUploadPrebuilt(unittest.TestCase):
|
| 'rsync -av --chmod=a+r fake %s/Packages' % full_remote_path,
|
| 'rsync -Rav private.tbz2 %s/' % full_remote_path]
|
| for cmd in cmds:
|
| - prebuilt._RetryRun(cmd, shell=True, cwd='/packages').AndReturn(True)
|
| + prebuilt._RetryRun(cmd, cwd='/packages').AndReturn(True)
|
| self.mox.ReplayAll()
|
| uri = self.pkgindex.header['URI']
|
| uploader = prebuilt.PrebuiltUploader('chromeos-prebuilt:/dir',
|
|
|