fixing bug in a deltatar that excepts two vols for a backup of .git, which might...
authorEduardo Robles Elvira <edulix@wadobo.com>
Mon, 30 Sep 2013 07:58:42 +0000 (09:58 +0200)
committerEduardo Robles Elvira <edulix@wadobo.com>
Mon, 30 Sep 2013 07:58:42 +0000 (09:58 +0200)
testing/test_deltatar.py

index 45d9968..8966b0a 100644 (file)
@@ -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")