From: Daniel Garcia Moreno Date: Wed, 13 Nov 2013 13:05:12 +0000 (+0100) Subject: Test compatible with tar 1.22 (intranator version) X-Git-Tag: v2.2~72 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=ff786f5f895928232ff380a67e1f7f7db31c404b;p=python-delta-tar Test compatible with tar 1.22 (intranator version) --- diff --git a/testing/test_multivol.py b/testing/test_multivol.py index 481ed7e..fac6d61 100644 --- a/testing/test_multivol.py +++ b/testing/test_multivol.py @@ -210,7 +210,7 @@ class MultivolGnuFormatTest(BaseTest): hash = self.create_file("big", 5*1024*1024) # create the tar file with volumes - os.system("tar cM --format=%s -L 3M big --file=sample.tar "\ + os.system("tar cM --format=%s -L 3000 big --file=sample.tar "\ "--file=sample.tar.1" % self.tar_command_format) # check that the tar volumes were correctly created @@ -242,7 +242,7 @@ class MultivolGnuFormatTest(BaseTest): hash["small2"] = self.create_file("small2", 354) # create the tar file with volumes - os.system("tar cM --format=%s -L 3M big small small2 --file=sample.tar "\ + os.system("tar cM --format=%s -L 3000 big small small2 --file=sample.tar "\ "--file=sample.tar.1" % self.tar_command_format) # check that the tar volumes were correctly created