From 99d0250a571f30cfb40e6657cb0cfa5eccf71a25 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Mon, 13 May 2013 16:06:10 -0400 Subject: object-storage: Remove lines that are not needed Change-Id: Id4dbf684b1e57ec928b30bc2d9cb2e2b7e0f2389 Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/4999 Reviewed-by: Peter Portante Reviewed-by: Mohammed Junaid Tested-by: Mohammed Junaid --- test/unit/common/test_Glusterfs.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/unit/common/test_Glusterfs.py b/test/unit/common/test_Glusterfs.py index 3ff78ca..8f9b9ff 100644 --- a/test/unit/common/test_Glusterfs.py +++ b/test/unit/common/test_Glusterfs.py @@ -83,13 +83,11 @@ class TestGlusterfs(unittest.TestCase): fcntl.lockf = mock_fcntl_lockf assert gfs.mount(root, drive) finally: - _reset_mock_variables() shutil.rmtree(tmpdir) def test_mount_get_export_list_err(self): gfs._get_export_list = mock_get_export_list assert not gfs.mount(None, 'drive') - _reset_mock_variables() def tearDown(self): _reset_mock_variables() -- cgit