From 037e1120b3e4cf2fd6796fa0133a5b7c9b2b23bd Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Tue, 25 Jun 2013 12:15:00 +0200 Subject: [PATCH] removing some debug lines --- testing/test_multivol.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/testing/test_multivol.py b/testing/test_multivol.py index aaade04..11e395d 100644 --- a/testing/test_multivol.py +++ b/testing/test_multivol.py @@ -341,7 +341,6 @@ class MultivolTest(unittest.TestCase): ''' # create the content of the file to compress and hash it hash = self.create_file("big", 5*1024*1024) - os.system("cp big big1") # create the tar file with volumes os.system("tar cM -L 3M big --format=pax --file=sample.tar --file=sample.tar.1") @@ -360,7 +359,6 @@ class MultivolTest(unittest.TestCase): new_volume_handler=new_volume_handler) tarobj.extractall() tarobj.close() - os.system("cp big big2") assert os.path.exists("big") assert hash == self.md5sum("big") -- 1.7.1