removing some debug lines
authorEduardo Robles Elvira <edulix@wadobo.com>
Tue, 25 Jun 2013 10:15:00 +0000 (12:15 +0200)
committerEduardo Robles Elvira <edulix@wadobo.com>
Wed, 26 Jun 2013 08:54:51 +0000 (10:54 +0200)
testing/test_multivol.py

index aaade04..11e395d 100644 (file)
@@ -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")