From: Eduardo Robles Elvira Date: Tue, 25 Jun 2013 10:15:00 +0000 (+0200) Subject: removing some debug lines X-Git-Tag: v2.2~181 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=037e1120b3e4cf2fd6796fa0133a5b7c9b2b23bd;p=python-delta-tar removing some debug lines --- 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")