From: Eduardo Robles Elvira Date: Mon, 30 Sep 2013 07:58:42 +0000 (+0200) Subject: fixing bug in a deltatar that excepts two vols for a backup of .git, which might... X-Git-Tag: v2.2~92 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=be18b930212711eea0d0aff800ba93f80988a054;p=python-delta-tar fixing bug in a deltatar that excepts two vols for a backup of .git, which might not be needed --- diff --git a/testing/test_deltatar.py b/testing/test_deltatar.py index 45d9968..8966b0a 100644 --- a/testing/test_deltatar.py +++ b/testing/test_deltatar.py @@ -188,8 +188,6 @@ class DeltaTarTest(BaseTest): assert os.path.exists("backup_dir") assert os.path.exists(os.path.join("backup_dir", deltatar.volume_name_func("backup_dir", True, 0))) - assert os.path.exists(os.path.join("backup_dir", - deltatar.volume_name_func("backup_dir", True, 1))) shutil.rmtree("source_dir2")