components/openstack/swift/patches/manager.patch
branchs11-update
changeset 3178 77584387a894
parent 3135 0a68f5e884e0
child 3998 5bd484384122
--- a/components/openstack/swift/patches/manager.patch	Wed Jun 11 05:34:04 2014 -0700
+++ b/components/openstack/swift/patches/manager.patch	Fri Jun 13 09:10:23 2014 -0700
@@ -8,7 +8,7 @@
 diff --git a/swift/common/manager.py b/swift/common/manager.py
 --- a/swift/common/manager.py
 +++ b/swift/common/manager.py
-@@ -532,7 +532,8 @@ class Server():
+@@ -534,7 +534,8 @@ class Server():
                  re_out = subprocess.PIPE
              else:
                  re_out = open(os.devnull, 'w+b')
@@ -21,7 +21,7 @@
 diff --git a/test/unit/common/test_manager.py b/test/unit/common/test_manager.py
 --- a/test/unit/common/test_manager.py
 +++ b/test/unit/common/test_manager.py
-@@ -816,7 +816,7 @@ class TestServer(unittest.TestCase):
+@@ -858,7 +858,7 @@ class TestServer(unittest.TestCase):
          class MockProc():
  
              def __init__(self, pid, args, stdout=MockProcess.NOTHING,