git://developer.intra2net.com
/
python-delta-tar
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3074dc4
)
removing some debug lines
author
Eduardo Robles Elvira
<edulix@wadobo.com>
Tue, 25 Jun 2013 10:15:00 +0000 (12:15 +0200)
committer
Eduardo Robles Elvira
<edulix@wadobo.com>
Wed, 26 Jun 2013 08:54:51 +0000 (10:54 +0200)
testing/test_multivol.py
patch
|
blob
|
blame
|
history
diff --git
a/testing/test_multivol.py
b/testing/test_multivol.py
index
aaade04
..
11e395d
100644
(file)
--- 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")