浏览代码

And fixing again...

Dan Helfman 2 年之前
父节点
当前提交
ae12ccd8e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/end-to-end/test_database.py

+ 1 - 1
tests/end-to-end/test_database.py

@@ -118,7 +118,7 @@ def test_database_dump_and_restore():
 
         # Restore the database from the archive.
         subprocess.check_call(
-            ['borgmatic', '-v, '2', '--config', config_path, 'restore', '--archive', archive_name]
+            ['borgmatic', '-v', '2', '--config', config_path, 'restore', '--archive', archive_name]
         )
     finally:
         os.chdir(original_working_directory)