| Index: buildbot/prebuilt_unittest.py
|
| diff --git a/buildbot/prebuilt_unittest.py b/buildbot/prebuilt_unittest.py
|
| index 27506a35de1d45921ae37b7d9a42842ebf70e703..73d1e050ec1f1df17210edd31eea75adbdd90b44 100755
|
| --- a/buildbot/prebuilt_unittest.py
|
| +++ b/buildbot/prebuilt_unittest.py
|
| @@ -401,7 +401,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',
|
|
|