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
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